You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ru...@apache.org on 2011/02/09 09:22:26 UTC

svn commit: r1068785 - /axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml

Author: ruwan
Date: Wed Feb  9 08:22:25 2011
New Revision: 1068785

URL: http://svn.apache.org/viewvc?rev=1068785&view=rev
Log:
fixing the versions

Modified:
    axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml

Modified: axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml?rev=1068785&r1=1068784&r2=1068785&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml Wed Feb  9 08:22:25 2011
@@ -37,27 +37,27 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.6.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.2.12-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
-            <version>SNAPSHOT</version>
+            <version>1.2.12-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>
@@ -67,7 +67,7 @@
         <dependency>
             <groupId>org.apache.neethi</groupId>
             <artifactId>neethi</artifactId>
-            <version>SNAPSHOT</version>
+            <version>2.0.4</version>
         </dependency>
         <dependency>
             <groupId>commons-logging</groupId>
@@ -112,12 +112,12 @@
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-transport-http</artifactId>
-			<version>SNAPSHOT</version>
+			<version>1.6.0-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.axis2</groupId>
 			<artifactId>axis2-transport-local</artifactId>
-			<version>SNAPSHOT</version>
+			<version>1.6.0-SNAPSHOT</version>
 		</dependency>
 
        </dependencies>