Author: ruwan
Date: Wed Feb 9 08:29:49 2011
New Revision: 1068788
URL: http://svn.apache.org/viewvc?rev=1068788&view=rev
Log:
fixing the versions on the branch
Modified:
axis/axis2/java/core/branches/1_6/modules/all/pom.xml
axis/axis2/java/core/branches/1_6/modules/rmi/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/book/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml
axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
Modified: axis/axis2/java/core/branches/1_6/modules/all/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/all/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/all/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/all/pom.xml Wed Feb 9 08:29:49
2011
@@ -5,7 +5,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-parent</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: axis/axis2/java/core/branches/1_6/modules/rmi/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/rmi/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/rmi/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/rmi/pom.xml Wed Feb 9 08:29:49
2011
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-parent</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
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=1068788&r1=1068787&r2=1068788&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:29:49 2011
@@ -62,7 +62,7 @@
<dependency>
<groupId>org.apache.ws.commons.schema</groupId>
<artifactId>XmlSchema</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.apache.neethi</groupId>
Modified:
axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml
(original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/java_first_jaxws/pom.xml
Wed Feb 9 08:29:49 2011
@@ -38,42 +38,42 @@
<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-jaxws</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>
<artifactId>XmlSchema</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
- <version>SNAPSHOT</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
Modified:
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml
(original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-addressbook/pom.xml
Wed Feb 9 08:29:49 2011
@@ -23,7 +23,7 @@
<groupId>org.apache.axis2.samples</groupId>
<artifactId>jaxws-addressbook</artifactId>
<packaging>jar</packaging>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>JAXWS Addressbook Service</name>
<build>
<sourceDirectory>src</sourceDirectory>
Modified:
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml
(original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-calculator/pom.xml
Wed Feb 9 08:29:49 2011
@@ -23,7 +23,7 @@
<groupId>org.apache.axis2.samples</groupId>
<artifactId>jaxws-calculator</artifactId>
<packaging>jar</packaging>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>JAXWS Calculator Service</name>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -76,7 +76,7 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
Modified:
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml
(original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-interop/pom.xml Wed
Feb 9 08:29:49 2011
@@ -23,7 +23,7 @@
<groupId>org.apache.axis2.samples</groupId>
<artifactId>jaxws-interop</artifactId>
<packaging>jar</packaging>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>JAXWS Interop Sample</name>
<build>
<sourceDirectory>src</sourceDirectory>
@@ -58,7 +58,7 @@
<dependency>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-jaxws</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
</dependency>
</dependencies>
<repositories>
Modified:
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml
(original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-samples/pom.xml Wed
Feb 9 08:29:49 2011
@@ -36,48 +36,48 @@
<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-jaxws</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.axis2</groupId>
<artifactId>addressing</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<type>mar</type>
</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>
<artifactId>XmlSchema</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.4.7</version>
</dependency>
<dependency>
<groupId>org.apache.neethi</groupId>
<artifactId>neethi</artifactId>
- <version>SNAPSHOT</version>
+ <version>2.0.4</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
@@ -271,17 +271,17 @@
<url>http://www.apache.org/dist/java-repository/</url>
<layout>legacy</layout>
</repository>
- <repository>
- <id>java.net</id>
- <url>http://download.java.net/maven/2/</url>
- <layout>default</layout>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
+ <repository>
+ <id>java.net</id>
+ <url>http://download.java.net/maven/2/</url>
+ <layout>default</layout>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
</repositories>
</project>
Modified:
axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml
(original)
+++ axis/axis2/java/core/branches/1_6/modules/samples/jaxws-version/pom.xml Wed
Feb 9 08:29:49 2011
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-parent</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<artifactId>version</artifactId>
Modified:
axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
---
axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
(original)
+++
axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/src/test/test1/pom.xml
Wed Feb 9 08:29:49 2011
@@ -23,14 +23,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<configuration>
<className>org.apache.axis2.maven2.java2wsdl.test.Adder</className>
</configuration>
Modified:
axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml?rev=1068788&r1=1068787&r2=1068788&view=diff
==============================================================================
---
axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
(original)
+++
axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/src/test/test1/pom.xml
Wed Feb 9 08:29:49 2011
@@ -23,14 +23,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.axis2.maven2</groupId>
<artifactId>axis2-wsdl2code-maven-plugin-test1</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<name>Test 1 of the axis2-wsdl2code-maven-plugin</name>
<build>
<plugins>
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-wsdl2code-maven-plugin</artifactId>
- <version>SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<configuration>
<generateServerSide>true</generateServerSide>
<generateServerSideInterface>true</generateServerSideInterface>