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

svn commit: r1770329 - /sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml

Author: sseifert
Date: Fri Nov 18 08:22:38 2016
New Revision: 1770329

URL: http://svn.apache.org/viewvc?rev=1770329&view=rev
Log:
cosmetic: use uppercase for BND

Modified:
    sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml

Modified: sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml?rev=1770329&r1=1770328&r2=1770329&view=diff
==============================================================================
--- sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml (original)
+++ sling/trunk/tooling/bnd/models-bnd-plugin/pom.xml Fri Nov 18 08:22:38 2016
@@ -30,8 +30,8 @@
     <artifactId>org.apache.sling.bnd.models</artifactId>
     <packaging>jar</packaging>
     <version>1.0.0-SNAPSHOT</version>
-    <name>Apache Sling Models bnd Plugin</name>
-    <description>This bnd plugin detected all Sling Models classes and adds a bundle header 'Sling-Model-Classes' containing their names.</description>
+    <name>Apache Sling Models BND Plugin</name>
+    <description>This BND plugin detected all Sling Models classes and adds a bundle header 'Sling-Model-Classes' containing their names.</description>
 
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/tooling/bnd/models-bnd-plugin</connection>