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

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

Author: gnodet
Date: Wed Oct 22 01:57:59 2008
New Revision: 706904

URL: http://svn.apache.org/viewvc?rev=706904&view=rev
Log:
Use timestamped version of commons-csv instead

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=706904&r1=706903&r2=706904&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/commons-csv-1.0/pom.xml Wed Oct 22 01:57:59 2008
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.servicemix.bundles</groupId>
     <artifactId>org.apache.servicemix.bundles.commons-csv</artifactId>
-    <version>1.0_1-SNAPSHOT</version>
+    <version>1.0-r706899_1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache ServiceMix Bundles: ${pkgArtifactId}-${pkgVersion}</name>
     <description>
@@ -38,27 +38,12 @@
     <properties>
         <pkgGroupId>org.apache.commons</pkgGroupId>
         <pkgArtifactId>commons-csv</pkgArtifactId>
-        <pkgVersion>1.0.0-fuse</pkgVersion>
+        <pkgVersion>1.0-r706899</pkgVersion>
         <servicemix.osgi.export.pkg>
             org.apache.commons.csv*
         </servicemix.osgi.export.pkg>
     </properties>
 
-   <repositories>
-      <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>
-      </repository>
-    </repositories>
-     
-
     <dependencies>
         <dependency>
             <groupId>${pkgGroupId}</groupId>