You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by th...@apache.org on 2006/11/13 22:01:37 UTC

svn commit: r474512 - /webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml

Author: thilina
Date: Mon Nov 13 13:01:37 2006
New Revision: 474512

URL: http://svn.apache.org/viewvc?view=rev&rev=474512
Log:
Changing the dependency versions...

Harcoding them in invidual POM's is not at all a scalable model :(

Modified:
    webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml?view=diff&rev=474512&r1=474511&r2=474512
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml Mon Nov 13 13:01:37 2006
@@ -75,32 +75,32 @@
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-common</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-adb-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -127,22 +127,22 @@
         <dependency>
             <groupId>org.apache.neethi</groupId>
             <artifactId>neethi</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.2</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.2</version>
         </dependency>
         <dependency>
             <groupId>woodstox</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org