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 fabe4ca4da00606a92695f372b70a197f219c87c Author: Stefan Seifert <[email protected]> AuthorDate: Mon Nov 21 20:46:24 2016 +0000 switch to lowercase "bnd" - as used on http://bnd.bndtools.org/ git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1770751 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c22b070..9932353 100644 --- a/pom.xml +++ b/pom.xml @@ -30,8 +30,8 @@ <artifactId>org.apache.sling.bnd.models</artifactId> <packaging>jar</packaging> <version>1.0.1-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]>.
