You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/02 10:36:25 UTC

svn commit: r701034 - /servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml

Author: gertv
Date: Thu Oct  2 01:36:25 2008
New Revision: 701034

URL: http://svn.apache.org/viewvc?rev=701034&view=rev
Log:
Fixing build for commons-csv - SNAPSHOT version for parent pom should be fetched from iona repo

Modified:
    servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml

Modified: servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml?rev=701034&r1=701033&r2=701034&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml Thu Oct  2 01:36:25 2008
@@ -50,7 +50,7 @@
         <name>IONA Open Source Community Release Repository</name>
         <url>http://repo.open.iona.com/maven2</url>
         <snapshots>
-          <enabled>false</enabled>
+          <enabled>true</enabled>
         </snapshots>
         <releases>
           <enabled>true</enabled>