This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.scripting.sightly.js.provider-1.0.10 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-js-provider.git
commit bad39d08e0a4435125979df96d5abc99862163df Author: Radu Cotescu <[email protected]> AuthorDate: Tue Jul 14 15:04:39 2015 +0000 release: updated dependencies to staged release artifacts git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/scripting/sightly/js-use-provider@1690966 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index f7a08cd..db287db 100644 --- a/pom.xml +++ b/pom.xml @@ -96,26 +96,14 @@ </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.scripting.core</artifactId> - <version>2.0.29-SNAPSHOT</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.api</artifactId> - <version>2.1.7-SNAPSHOT</version> + <version>2.1.8</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.scripting.javascript</artifactId> - <version>2.0.12</version> - <exclusions> - <exclusion> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.jcr.resource</artifactId> - </exclusion> - </exclusions> + <artifactId>org.apache.sling.scripting.core</artifactId> + <version>2.0.30</version> <scope>provided</scope> </dependency> <dependency> @@ -129,7 +117,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.scripting.sightly</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.2</version> <scope>provided</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
