You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2016/11/25 09:22:19 UTC

svn commit: r1771260 - /sling/trunk/bundles/jcr/repoinit/pom.xml

Author: bdelacretaz
Date: Fri Nov 25 09:22:18 2016
New Revision: 1771260

URL: http://svn.apache.org/viewvc?rev=1771260&view=rev
Log:
Make name consistent with module name

Modified:
    sling/trunk/bundles/jcr/repoinit/pom.xml

Modified: sling/trunk/bundles/jcr/repoinit/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/repoinit/pom.xml?rev=1771260&r1=1771259&r2=1771260&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/repoinit/pom.xml (original)
+++ sling/trunk/bundles/jcr/repoinit/pom.xml Fri Nov 25 09:22:18 2016
@@ -30,7 +30,7 @@
   <artifactId>org.apache.sling.jcr.repoinit</artifactId>
   <packaging>bundle</packaging>
   <version>1.1.1-SNAPSHOT</version>
-  <name>Apache Sling RepoInit JCR module</name>
+  <name>Apache Sling JCR RepoInit module</name>
   <description>
 	  Initializes a JCR repository based on the output
 	  of the RepoInit Language parser.