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 <[email protected]> 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>
