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/16 11:03:21 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated: releng: switched to latest 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 0c7b92f  releng: switched to latest releases
0c7b92f is described below

commit 0c7b92f282eef16a775551f2a7e4026248c74586
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Jul 16 13:03:10 2020 +0200

    releng: switched to latest releases
---
 .../pom.xml                                                |  2 +-
 .../pom.xml                                                |  2 +-
 .../pom.xml                                                |  6 +++---
 .../pom.xml                                                |  4 ++--
 examples/org-apache-sling-scripting-examplebundle/pom.xml  |  2 +-
 it/pom.xml                                                 | 14 +++++++-------
 6 files changed, 15 insertions(+), 15 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..e36c9e8 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.2.2</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..a3ef7d6 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.2.2</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 db01ea6..2b073ac 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.2.2</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.3-SNAPSHOT</version>
+                <version>2.2.2</version>
                 <executions>
                     <execution>
                         <goals>
@@ -115,7 +115,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.jsp</artifactId>
-            <version>2.5.1-SNAPSHOT</version>
+            <version>2.5.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
index eeb4bfe..038460d 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.2.2</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
@@ -82,7 +82,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>htl-maven-plugin</artifactId>
-                <version>2.0.1-1.4.0-SNAPSHOT</version>
+                <version>2.0.0-1.4.0</version>
                 <executions>
                     <execution>
                         <id>validate-htl-scripts</id>
diff --git a/examples/org-apache-sling-scripting-examplebundle/pom.xml b/examples/org-apache-sling-scripting-examplebundle/pom.xml
index fe9f102..1b05802 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.2.2</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/it/pom.xml b/it/pom.xml
index fcc7c0a..decfccc 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -176,7 +176,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.core</artifactId>
-            <version>2.3.1-SNAPSHOT</version>
+            <version>2.3.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -188,37 +188,37 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.compiler</artifactId>
-            <version>2.4.1-SNAPSHOT</version>
+            <version>2.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.jsp</artifactId>
-            <version>2.5.1-SNAPSHOT</version>
+            <version>2.5.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.4.1-1.4.0-SNAPSHOT</version>
+            <version>1.4.0-1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
-            <version>1.2.3-1.4.0-SNAPSHOT</version>
+            <version>1.2.2-1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.2.7-1.4.0-SNAPSHOT</version>
+            <version>1.2.6-1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.2.1-1.4.0-SNAPSHOT</version>
+            <version>1.2.0-1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>