You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2009/07/28 13:32:19 UTC

svn commit: r798489 - /camel/trunk/components/camel-osgi/pom.xml

Author: ningjiang
Date: Tue Jul 28 11:32:19 2009
New Revision: 798489

URL: http://svn.apache.org/viewvc?rev=798489&view=rev
Log:
CAMEL-1859 clean up the mvn repository of camel-osgi module

Modified:
    camel/trunk/components/camel-osgi/pom.xml

Modified: camel/trunk/components/camel-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-osgi/pom.xml?rev=798489&r1=798488&r2=798489&view=diff
==============================================================================
--- camel/trunk/components/camel-osgi/pom.xml (original)
+++ camel/trunk/components/camel-osgi/pom.xml Tue Jul 28 11:32:19 2009
@@ -109,12 +109,9 @@
       </snapshots>
     </repository>
     <repository>
-      <id>spring.osgi</id>
-      <url>http://static.springframework.org/maven2</url>
-    </repository>
-    <repository>
-      <id>spring.svn.repo</id>
-      <url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext</url>
+      <id>spring.external.bundle.repo</id>
+      <name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
+      <url>http://repository.springsource.com/maven/bundles/external</url>
     </repository>
   </repositories>
 
@@ -154,4 +151,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>