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:35:02 UTC

svn commit: r721179 - in /activemq/camel/branches/camel-1.x: ./ components/camel-csv/pom.xml

Author: janstey
Date: Thu Nov 27 05:35:02 2008
New Revision: 721179

URL: http://svn.apache.org/viewvc?rev=721179&view=rev
Log:
Merged revisions 721177 via svnmerge from 
https://svn.apache.org/repos/asf/activemq/camel/trunk

........
  r721177 | janstey | 2008-11-27 10:02:30 -0330 (Thu, 27 Nov 2008) | 1 line
  
  CAMEL-1123 - depend on commons-csv from servicemix
........

Modified:
    activemq/camel/branches/camel-1.x/   (props changed)
    activemq/camel/branches/camel-1.x/components/camel-csv/pom.xml

Propchange: activemq/camel/branches/camel-1.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: activemq/camel/branches/camel-1.x/components/camel-csv/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/branches/camel-1.x/components/camel-csv/pom.xml?rev=721179&r1=721178&r2=721179&view=diff
==============================================================================
--- activemq/camel/branches/camel-1.x/components/camel-csv/pom.xml (original)
+++ activemq/camel/branches/camel-1.x/components/camel-csv/pom.xml Thu Nov 27 05:35:02 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 -->