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 462ba19be9975b1d5d7de74edbfbbd3340e75fb6 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Fri Jan 22 15:43:35 2016 +0000 SLING-5449 - the name is 'repoinit' instead as the parser is not JCR-specific git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/jcrinit/oak-jcr@1726240 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index b9267c7..f723df2 100644 --- a/pom.xml +++ b/pom.xml @@ -27,13 +27,13 @@ <relativePath/> </parent> - <artifactId>org.apache.sling.acldef.oak-jcr</artifactId> + <artifactId>org.apache.sling.repoinit.oak-jcr</artifactId> <packaging>bundle</packaging> <version>0.0.1-SNAPSHOT</version> - <name>Apache Sling ACL Definitions Oak/JCR module</name> + <name>Apache Sling RepoInit Oak/JCR module</name> <description> - Applies ACLs to an Oak JCR repository based on the output - of the ACL Definition Language parser. + Initializes a JCR repository based on the output + of the RepoInit Language parser. </description> <properties> @@ -41,9 +41,9 @@ </properties> <scm> - <connection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr</connection> - <developerConnection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr</developerConnection> - <url> https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr</url> + <connection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</connection> + <developerConnection>scm:svn: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</developerConnection> + <url> https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/repoinit/oak-jcr</url> </scm> <build> @@ -112,7 +112,7 @@ </dependency> <dependency> <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.acldef.parser</artifactId> + <artifactId>org.apache.sling.repoinit.parser</artifactId> <version>0.0.1-SNAPSHOT</version> <scope>provided</scope> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
