This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-bnd-models.git
commit 8801d4efac5b5dadcdf3c053918001319f1f0b71 Author: Stefan Seifert <[email protected]> AuthorDate: Fri Nov 18 08:22:38 2016 +0000 cosmetic: use uppercase for BND git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1770329 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c608037..23ee203 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
