Author: azeez
Date: Mon Dec  3 23:45:07 2007
New Revision: 10467

Log:

Updating the version



Modified:
   trunk/commons/data-services/pom.xml

Modified: trunk/commons/data-services/pom.xml
==============================================================================
--- trunk/commons/data-services/pom.xml (original)
+++ trunk/commons/data-services/pom.xml Mon Dec  3 23:45:07 2007
@@ -5,7 +5,7 @@
        <groupId>org.wso2.dataservice</groupId>
        <artifactId>wso2data-service</artifactId>
        <packaging>jar</packaging>
-       <version>2.1-SNAPSHOT</version>
+       <version>SNAPSHOT</version>
        <name>WSO2 Data Service</name>
        <url>http://wso2.org</url>
        <description>WSO2 Data Services</description>
@@ -79,17 +79,11 @@
                        <artifactId>opencsv</artifactId>
                        <version>${opencsv.version}</version>
                </dependency>
-                <dependency>
-                   <groupId>au.com.bytecode.opencsv</groupId>
-           <artifactId>opencsv</artifactId>
-           <version>${opencsv.version}</version>
-        </dependency>
-
-        <dependency>
-           <groupId>org.apache.poi</groupId>
-           <artifactId>poi</artifactId>
-           <version>${poi.version}</version>
-        </dependency>
+               <dependency>
+                       <groupId>org.apache.poi</groupId>
+                       <artifactId>poi</artifactId>
+                       <version>${poi.version}</version>
+               </dependency>
        </dependencies>
        
     <scm>

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to