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 2021/05/07 13:16:51 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: releng: updated dependencies 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 9088170  releng: updated dependencies after staging releases
9088170 is described below

commit 90881708c5f280da9560e89916b387f9d43325a0
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Fri May 7 15:16:39 2021 +0200

    releng: updated dependencies after staging releases
---
 examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml | 2 +-
 examples/org-apache-sling-scripting-examplebundle-extend2/pom.xml | 2 +-
 .../pom.xml                                                       | 2 +-
 .../pom.xml                                                       | 2 +-
 .../org-apache-sling-scripting-examplebundle-precompiled/pom.xml  | 2 +-
 examples/org-apache-sling-scripting-examplebundle/pom.xml         | 2 +-
 it/pom.xml                                                        | 8 ++++----
 7 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml b/examples/org-apache-sling-scripting-examplebundle-extend1/pom.xml
index 04d952e..d62d967 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.3-SNAPSHOT</version>
+                <version>0.3.1-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 dd2f8d0..9d14f02 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.3-SNAPSHOT</version>
+                <version>0.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled-extend1/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled-extend1/pom.xml
index 0425e58..8e255a8 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled-extend1/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled-extend1/pom.xml
@@ -48,7 +48,7 @@
                     <dependency>
                         <groupId>org.apache.sling</groupId>
                         <artifactId>scriptingbundle-maven-plugin</artifactId>
-                        <version>0.2.3-SNAPSHOT</version>
+                        <version>0.3.1-SNAPSHOT</version>
                     </dependency>
                 </dependencies>
             </plugin>
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 df9282c..55f62eb 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.3-SNAPSHOT</version>
+                <version>0.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
index fb3a70d..d188e2e 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.3-SNAPSHOT</version>
+                <version>0.3.1-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 fe9f102..3c1ef5b 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.3-SNAPSHOT</version>
+                <version>0.3.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/it/pom.xml b/it/pom.xml
index 7dfa0b3..4eba03a 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -182,13 +182,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.core</artifactId>
-            <version>2.3.5-SNAPSHOT</version>
+            <version>2.3.7-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.servlets.resolver</artifactId>
-            <version>2.7.13-SNAPSHOT</version>
+            <version>2.7.15-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -200,13 +200,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.jsp</artifactId>
-            <version>2.5.1-SNAPSHOT</version>
+            <version>2.5.3-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.4.7-1.4.0-SNAPSHOT</version>
+            <version>1.4.9-1.4.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>