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 eabeb26283547ee80fed2d6bef1a0632eae7ef48 Author: Bertrand Delacretaz <[email protected]> AuthorDate: Mon Dec 21 10:40:41 2015 +0000 SLING-5355 - rename jcr to oak-jcr git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef/oak-jcr@1721117 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8845101..31eda7e 100644 --- a/pom.xml +++ b/pom.xml @@ -27,19 +27,19 @@ <relativePath/> </parent> - <artifactId>org.apache.sling.acldef.jcr</artifactId> + <artifactId>org.apache.sling.acldef.oak-jcr</artifactId> <packaging>bundle</packaging> <version>0.0.1-SNAPSHOT</version> - <name>Apache Sling ACL Definitions JCR module</name> + <name>Apache Sling ACL Definitions Oak/JCR module</name> <description> - Applies ACLs to a JCR repository based on the output + Applies ACLs to an Oak JCR repository based on the output of the ACL Definition Language parser. </description> <scm> - <connection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-jcr</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-jcr</developerConnection> - <url>https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/acldef-jcr</url> + <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> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
