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 2019/08/29 11:46:09 UTC

[sling-org-apache-sling-scripting-bundle-tracker-it] branch master updated (6e43904 -> a21b80f)

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

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


    from 6e43904  trivial: no need to work with submodules any more
     new f0c7024  releng: prepared test setup for released artifacts
     new a21b80f  releng: prepared test setup for latest snapshot artifacts

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 it/pom.xml                                         | 22 +++++++++++-----------
 pom.xml                                            |  2 +-
 7 files changed, 21 insertions(+), 21 deletions(-)


[sling-org-apache-sling-scripting-bundle-tracker-it] 02/02: releng: prepared test setup for latest snapshot artifacts

Posted by ra...@apache.org.
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

commit a21b80f53211fa40770051d49828601ff1d2f06e
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Thu Aug 29 13:45:50 2019 +0200

    releng: prepared test setup for latest snapshot artifacts
---
 .../pom.xml                                        |  2 +-
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 .../pom.xml                                        |  4 ++--
 it/pom.xml                                         | 22 +++++++++++-----------
 pom.xml                                            |  2 +-
 7 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml b/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml
index ba2dfae..c18ddf3 100644
--- a/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.classic</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
index 17164c0..fe532f8 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.precompiled</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.1.0</version>
+                <version>0.1.1-SNAPSHOT</version>
                 <configuration>
                     <scriptsDirectory>src/main/scripts/javax.script</scriptsDirectory>
                 </configuration>
diff --git a/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml b/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml
index a9ddf56..83ea267 100644
--- a/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.hi</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.1.0</version>
+                <version>0.1.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml b/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml
index bc4e19a..b3a83dc 100644
--- a/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.ohhi</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.1.0</version>
+                <version>0.1.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 9150052..1cf97bd 100644
--- a/examples/org-apache-sling-scripting-examplebundle/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.1.0</version>
+                <version>0.1.1-SNAPSHOT</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/it/pom.xml b/it/pom.xml
index 1856c6c..8499931 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker.it</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>slingstart</packaging>
 
     <properties>
@@ -55,31 +55,31 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.bundle.tracker</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.2.0-1.4.0</version>
+            <version>1.2.1-1.4.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.runtime</artifactId>
-            <version>1.1.0-1.4.0</version>
+            <version>1.1.1-1.4.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.2.0-1.4.0</version>
+            <version>1.2.1-1.4.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler.java</artifactId>
-            <version>1.1.4-1.4.0</version>
+            <version>1.1.5-1.4.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -97,31 +97,31 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.precompiled</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.classic</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.hi</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.ohhi</artifactId>
-            <version>0.1.0</version>
+            <version>0.1.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index a62c9d6..b2a8202 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker.it.reactor</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>


[sling-org-apache-sling-scripting-bundle-tracker-it] 01/02: releng: prepared test setup for released artifacts

Posted by ra...@apache.org.
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

commit f0c702493b05e53d7a671fdf82b8f2c4603f4a4d
Author: Radu Cotescu <ra...@apache.org>
AuthorDate: Wed Aug 28 15:22:00 2019 +0200

    releng: prepared test setup for released artifacts
---
 .../pom.xml                                          |  2 +-
 .../pom.xml                                          |  4 ++--
 .../pom.xml                                          |  4 ++--
 .../pom.xml                                          |  4 ++--
 .../org-apache-sling-scripting-examplebundle/pom.xml |  4 ++--
 it/pom.xml                                           | 20 ++++++++++----------
 pom.xml                                              |  2 +-
 7 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml b/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml
index ade1ec8..ba2dfae 100644
--- a/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-classic/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.classic</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>bundle</packaging>
 
     <build>
diff --git a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
index 19c3ac9..17164c0 100644
--- a/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle-precompiled/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.precompiled</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.0.1-SNAPSHOT</version>
+                <version>0.1.0</version>
                 <configuration>
                     <scriptsDirectory>src/main/scripts/javax.script</scriptsDirectory>
                 </configuration>
diff --git a/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml b/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml
index 2d21845..a9ddf56 100644
--- a/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle.hi/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.hi</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.0.1-SNAPSHOT</version>
+                <version>0.1.0</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml b/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml
index e7b7724..bc4e19a 100644
--- a/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle.ohhi/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle.ohhi</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.0.1-SNAPSHOT</version>
+                <version>0.1.0</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 eb8bbd0..9150052 100644
--- a/examples/org-apache-sling-scripting-examplebundle/pom.xml
+++ b/examples/org-apache-sling-scripting-examplebundle/pom.xml
@@ -30,7 +30,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.examplebundle</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>bundle</packaging>
 
     <build>
@@ -38,7 +38,7 @@
             <plugin>
                 <groupId>org.apache.sling</groupId>
                 <artifactId>scriptingbundle-maven-plugin</artifactId>
-                <version>0.0.1-SNAPSHOT</version>
+                <version>0.1.0</version>
                 <executions>
                     <execution>
                         <phase>prepare-package</phase>
diff --git a/it/pom.xml b/it/pom.xml
index c3fef24..1856c6c 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker.it</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>slingstart</packaging>
 
     <properties>
@@ -55,13 +55,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.bundle.tracker</artifactId>
-            <version>0.1.0-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly</artifactId>
-            <version>1.2.0-1.4.0-SNAPSHOT</version>
+            <version>1.2.0-1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -73,13 +73,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.sightly.compiler</artifactId>
-            <version>1.2.0-1.4.0-SNAPSHOT</version>
+            <version>1.2.0-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.1.3-1.4.0-SNAPSHOT</version>
+            <version>1.1.4-1.4.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -97,31 +97,31 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.precompiled</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.classic</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.hi</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.examplebundle.ohhi</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index e902a08..a62c9d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>org.apache.sling.scripting.bundle.tracker.it.reactor</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0</version>
     <packaging>pom</packaging>
 
     <modules>