You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by da...@apache.org on 2015/09/22 12:58:58 UTC

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

Author: davidb
Date: Tue Sep 22 10:58:55 2015
New Revision: 1704577

URL: http://svn.apache.org/viewvc?rev=1704577&view=rev
Log:
Fix SCM section in the maven-bundle-plugin pom.xml

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=1704577&r1=1704576&r2=1704577&view=diff
==============================================================================
--- felix/trunk/tools/maven-bundle-plugin/pom.xml (original)
+++ felix/trunk/tools/maven-bundle-plugin/pom.xml Tue Sep 22 10:58:55 2015
@@ -40,9 +40,9 @@
  </description>
 
  <scm>
-  <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</connection>
-  <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundleplugin</developerConnection>
-  <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
+     <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</connection>
+     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/tools/maven-bundle-plugin</developerConnection>
+     <url>http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin</url>
  </scm>
 
  <properties>