releng: updated to latest snapshots after staging releases
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>