You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ss...@apache.org on 2017/12/08 15:32:13 UTC

svn commit: r1817515 - /felix/trunk/tools/maven-bundle-plugin/pom.xml

Author: sseifert
Date: Fri Dec  8 15:32:13 2017
New Revision: 1817515

URL: http://svn.apache.org/viewvc?rev=1817515&view=rev
Log:
FELIX-5712 set correct website url for bundle plugin documentation

Modified:
    felix/trunk/tools/maven-bundle-plugin/pom.xml

Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1817515&r1=1817514&r2=1817515&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Fri Dec  8 15:32:13 2017
@@ -38,6 +38,8 @@
   resources and dependencies. Plus a zillion other features.
   The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
  </description>
+ 
+ <url>http://felix.apache.org/components/bundle-plugin/</url>
 
  <scm>
      <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</connection>