You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2011/07/01 20:38:20 UTC

svn commit: r1142020 - in /felix/trunk: bundleplugin/pom.xml bundlerepository/pom.xml

Author: mcculls
Date: Fri Jul  1 18:38:20 2011
New Revision: 1142020

URL: http://svn.apache.org/viewvc?rev=1142020&view=rev
Log:
Update scm info

Modified:
    felix/trunk/bundleplugin/pom.xml
    felix/trunk/bundlerepository/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=1142020&r1=1142019&r2=1142020&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Fri Jul  1 18:38:20 2011
@@ -42,7 +42,7 @@
  <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/bundleplugin</url>
+  <url>http://svn.apache.org/repos/asf/felix/trunk/bundleplugin</url>
  </scm>
 
  <build>

Modified: felix/trunk/bundlerepository/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundlerepository/pom.xml?rev=1142020&r1=1142019&r2=1142020&view=diff
==============================================================================
--- felix/trunk/bundlerepository/pom.xml (original)
+++ felix/trunk/bundlerepository/pom.xml Fri Jul  1 18:38:20 2011
@@ -29,6 +29,11 @@
   <description>Bundle repository service.</description>
   <artifactId>org.apache.felix.bundlerepository</artifactId>
   <version>1.6.7-SNAPSHOT</version>
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/felix/trunk/bundlerepository</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/trunk/bundlerepository</developerConnection>
+    <url>http://svn.apache.org/repos/asf/felix/trunk/bundlerepository</url>
+  </scm>
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>