You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2008/11/27 14:32:31 UTC

svn commit: r721177 - /activemq/camel/trunk/components/camel-csv/pom.xml

Author: janstey
Date: Thu Nov 27 05:32:30 2008
New Revision: 721177

URL: http://svn.apache.org/viewvc?rev=721177&view=rev
Log:
CAMEL-1123 - depend on commons-csv from servicemix

Modified:
    activemq/camel/trunk/components/camel-csv/pom.xml

Modified: activemq/camel/trunk/components/camel-csv/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-csv/pom.xml?rev=721177&r1=721176&r2=721177&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-csv/pom.xml (original)
+++ activemq/camel/trunk/components/camel-csv/pom.xml Thu Nov 27 05:32:30 2008
@@ -40,15 +40,9 @@
   <repositories>
     <!-- TODO we can remove this when the commons-csv release syncs to the main repo -->
     <repository>
-      <id>open.iona.m2</id>
-      <name>IONA Open Source Community Release Repository</name>
-      <url>http://repo.open.iona.com/maven2</url>
-      <snapshots>
-        <enabled>true</enabled>
-      </snapshots>
-      <releases>
-        <enabled>true</enabled>
-      </releases>
+      <id>servicemix</id>
+      <name>Apache ServiceMix Repository</name>
+      <url>http://svn.apache.org/repos/asf/servicemix/m2-repo</url>
     </repository>
   </repositories>
 
@@ -60,7 +54,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-csv</artifactId>
-      <version>1.0.0-fuse</version>
+      <version>1.0-r706899</version>
     </dependency>
 
     <!-- testing -->