This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.repoinit-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-repoinit.git
commit 713d36f27cf0d7ebe989f4ef3b2e5fa58bf8787f Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Jun 27 17:49:13 2016 +0000 Rename o.a.s.repoinit.oak-jcr to o.a.s.jcr.repoinit git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/jcr@1750393 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index f9c1a74..d145bae 100644 --- a/pom.xml +++ b/pom.xml @@ -27,10 +27,10 @@ <relativePath /> </parent> - <artifactId>org.apache.sling.repoinit.oak-jcr</artifactId> + <artifactId>org.apache.sling.jcr.repoinit</artifactId> <packaging>bundle</packaging> - <version>1.0.1-SNAPSHOT</version> - <name>Apache Sling RepoInit Oak/JCR module</name> + <version>0.9.9-SNAPSHOT</version> + <name>Apache Sling RepoInit JCR module</name> <description> Initializes a JCR repository based on the output of the RepoInit Language parser. @@ -41,9 +41,9 @@ </properties> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/oak-jcr</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/oak-jcr</developerConnection> - <url>https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/oak-jcr</url> + <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/jcr</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/jcr</developerConnection> + <url>https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/repoinit/jcr</url> </scm> <build> @@ -109,7 +109,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.api</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.0</version> </dependency> <dependency> <groupId>org.apache.sling</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
