You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2020/07/07 16:57:35 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: releng: updated to latest snapshots after staging releases

This is an automated email from the ASF dual-hosted git repository.

radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-bundle-tracker-it.git


The following commit(s) were added to refs/heads/master by this push:
     new 02407a4  releng: updated to latest snapshots after staging releases
02407a4 is described below

commit 02407a45704d7e19f25051e46e136cb3cc1a1181
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Tue Jul 7 18:57:08 2020 +0200

    releng: updated to latest snapshots after staging releases
---
 examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml     | 2 +-
 examples/org-apache-sling-scripting-examplebundle-extend2/pom.xml     | 2 +-
 .../org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml  | 4 ++--
 examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml | 2 +-
 examples/org-apache-sling-scripting-examplebundle/pom.xml             | 2 +-
 it/pom.xml                                                            | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml b/examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml
index 9686377..04d952e 100644
--- a/examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.2.1-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle-extend2/pom.xml b/examples/org-apache-sling-scripting-examplebundle-extend2/pom.xml
index 7b019d8..dd2f8d0 100644
--- a/examples/org-apache-sling-scripting-examplebundle-extend2/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-extend2/pom.xml
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.2.1-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml
index 2e6dadf..db01ea6 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled-jsp/pom.xml
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.2.1-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
@@ -78,7 +78,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>jspc-maven-plugin</artifactId>
-                <version>2.2.1-SNAPSHOT</version>
+                <version>2.2.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <goals>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
index 619eb6f..eeb4bfe 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.2.1-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle/pom.xml b/examples/org-apache-sling-scripting-examplebundle/pom.xml
index 3fdd0f3..fe9f102 100644
--- a/examples/org-apache-sling-scripting-examplebundle/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle/pom.xml
@@ -45,7 +45,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.2.1-SNAPSHOT</version>
+                <version>0.2.3-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/it/pom.xml b/it/pom.xml
index 38c4872..fcc7c0a 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -182,7 +182,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.1-SNAPSHOT</version>
+            <version>2.7.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>