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=1104063&r1=1104062&r2=1104063&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 Tue May 17 08:52:40 2011 @@ -1,63 +1,62 @@ -<!-- - ~ Licensed to the Apache Software Foundation (ASF) under one - ~ or more contributor license agreements. See the NOTICE file - ~ distributed with this work for additional information - ~ regarding copyright ownership. The ASF licenses this file - ~ to you under the Apache License, Version 2.0 (the - ~ "License"); you may not use this file except in compliance - ~ with the License. You may obtain a copy of the License at - ~ - ~ http://www.apache.org/licenses/LICENSE-2.0 - ~ - ~ Unless required by applicable law or agreed to in writing, - ~ software distributed under the License is distributed on an - ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - ~ KIND, either express or implied. See the License for the - ~ specific language governing permissions and limitations - ~ under the License. - --> - -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.axis2.examples</groupId> - <artifactId>jaxws-version</artifactId> - <version>1.6.1-SNAPSHOT</version> - <packaging>jar</packaging> - <name>Apache Axis2 -JAXWS Version Service</name> - <build> - <sourceDirectory>src</sourceDirectory> - <resources> - <resource> - <directory>resources</directory> - </resource> - </resources> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>1.5</source> - <target>1.5</target> - </configuration> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>org.apache.axis2</groupId> - <artifactId>axis2-kernel</artifactId> - <version>${project.version}</version> - </dependency> - </dependencies> - <repositories> - <repository> - <id>apache.snapshots</id> - <name>Apache Snapshot Repository</name> - <url>http://repository.apache.org/snapshots</url> - <releases> - <enabled>false</enabled> - </releases> - </repository> - </repositories> -</project> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> + +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.apache.axis2.examples</groupId> + <artifactId>jaxws-version</artifactId> + <version>1.6.0</version> + <packaging>jar</packaging> + <name>Apache Axis2 -JAXWS Version Service</name> + <build> + <sourceDirectory>src</sourceDirectory> + <resources> + <resource> + <directory>resources</directory> + </resource> + </resources> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>org.apache.axis2</groupId> + <artifactId>axis2-kernel</artifactId> + <version>${project.version}</version> + </dependency> + </dependencies> + <repositories> + <repository> + <id>apache.snapshots</id> + <name>Apache Snapshot Repository</name> + <url>http://repository.apache.org/snapshots</url> + <releases> + <enabled>false</enabled> + </releases> + </repository> + </repositories> +</project>
Modified: axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/samples/version/pom.xml Tue May 17 08:52:40 2011 @@ -22,16 +22,16 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>version</artifactId> <packaging>aar</packaging> <name>Apache Axis2 - Version Service</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/samples/version</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/samples/version</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/samples/version</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/samples/version</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/samples/version</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/samples/version</url> </scm> <build> <sourceDirectory>src</sourceDirectory> Modified: axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/scripting/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>scripting</artifactId> @@ -51,9 +51,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/scripting</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/scripting</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/scripting</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/scripting</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/scripting</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/scripting</url> </scm> <build> <sourceDirectory>src</sourceDirectory> Modified: axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/soapmonitor/module/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>soapmonitor</artifactId> @@ -44,9 +44,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/soapmonitor/module</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/soapmonitor/module</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/soapmonitor/module</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/soapmonitor/module</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/soapmonitor/module</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/soapmonitor/module</url> </scm> <build> <plugins> Modified: axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-soapmonitor-servlet</artifactId> @@ -42,9 +42,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/soapmonitor/servlet</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/soapmonitor/servlet</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/soapmonitor/servlet</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/soapmonitor/servlet</url> </scm> <build> <plugins> Modified: axis/axis2/java/core/branches/1_6/modules/spring/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/spring/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/spring/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/spring/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-spring</artifactId> @@ -54,9 +54,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/spring</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/spring</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/spring</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/spring</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/spring</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/spring</url> </scm> <build> <sourceDirectory>src</sourceDirectory> Modified: axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/testutils/pom.xml Tue May 17 08:52:40 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-testutils</artifactId> @@ -36,9 +36,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/testutils</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/testutils</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/testutils</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/testutils</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/testutils</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/testutils</url> </scm> <build> <plugins> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-aar-maven-plugin</artifactId> @@ -66,9 +66,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-aar-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-aar-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-aar-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-aar-maven-plugin</url> </scm> <build> <plugins> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,16 +24,16 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-ant-plugin</artifactId> <name>Apache Axis2 - tool - Ant Plugin</name> <description>The Axis 2 Plugin for Ant Tasks.</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-ant-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-ant-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-ant-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-ant-plugin</url> </scm> <dependencies> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.codegen.plugin</artifactId> @@ -32,9 +32,9 @@ <packaging>bundle</packaging> <description>The Axis 2 Eclipse Codegen Plugin for wsdl2java and java2wsdl</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-codegen-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-eclipse-codegen-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-eclipse-codegen-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-eclipse-codegen-plugin</url> </scm> <dependencies> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2.eclipse.service.plugin</artifactId> @@ -32,9 +32,9 @@ <packaging>bundle</packaging> <description>The Axis 2 Eclipse Service Plugin for Service archive creation</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-eclipse-service-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-eclipse-service-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-eclipse-service-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-eclipse-service-plugin</url> </scm> <dependencies> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-idea-plugin</artifactId> @@ -33,9 +33,9 @@ A Intellij IDEA plugin for Service Archive creation and Code Generation </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-idea-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-idea-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-idea-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-idea-plugin</url> </scm> <dependencies> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-java2wsdl-maven-plugin</artifactId> @@ -34,9 +34,9 @@ </description> <packaging>maven-plugin</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-java2wsdl-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-java2wsdl-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-java2wsdl-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-java2wsdl-maven-plugin</url> </scm> <build> <sourceDirectory>src/main/java</sourceDirectory> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-mar-maven-plugin</artifactId> @@ -67,9 +67,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-mar-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-mar-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-mar-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-mar-maven-plugin</url> </scm> <build> <plugins> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-repo-maven-plugin</artifactId> @@ -47,9 +47,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-repo-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-repo-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-repo-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-repo-maven-plugin</url> </scm> <build> <plugins> Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-wsdl2code-maven-plugin</artifactId> @@ -32,9 +32,9 @@ <packaging>maven-plugin</packaging> <description>The Axis 2 Plugin for Maven allows client side and server side sources from a WSDL.</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-wsdl2code-maven-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-wsdl2code-maven-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/tool/axis2-wsdl2code-maven-plugin</url> </scm> <dependencies> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/transport/http/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-http</artifactId> @@ -32,9 +32,9 @@ <description>This inclues all the available transports in Axis2</description> <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/transport/http</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/transport/http</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/http</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/transport/http</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/transport/http</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/transport/http</url> </scm> <build> <sourceDirectory>src</sourceDirectory> Modified: axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/transport/local/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../../parent/pom.xml</relativePath> </parent> <artifactId>axis2-transport-local</artifactId> @@ -32,9 +32,9 @@ <description>This inclues all the available transports in Axis2</description> <packaging>bundle</packaging> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/transport/local</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/transport/local</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/transport/local</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/transport/local</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/transport/local</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/transport/local</url> </scm> <build> <sourceDirectory>src</sourceDirectory> Modified: axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/webapp/pom.xml Tue May 17 08:52:40 2011 @@ -22,16 +22,16 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-webapp</artifactId> <packaging>war</packaging> <name>Apache Axis2 - Web Application module</name> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/webapp</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/webapp</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/webapp</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/webapp</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/webapp</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/webapp</url> </scm> <dependencies> <dependency> Modified: axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/modules/xmlbeans/pom.xml Tue May 17 08:52:40 2011 @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.axis2</groupId> <artifactId>axis2-parent</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <relativePath>../parent/pom.xml</relativePath> </parent> <artifactId>axis2-xmlbeans</artifactId> @@ -50,9 +50,9 @@ </dependency> </dependencies> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/xmlbeans</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6/modules/xmlbeans</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/xmlbeans</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/xmlbeans</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0/modules/xmlbeans</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0/modules/xmlbeans</url> </scm> <build> <resources> Modified: axis/axis2/java/core/branches/1_6/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/pom.xml?rev=1104063&r1=1104062&r2=1104063&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/pom.xml (original) +++ axis/axis2/java/core/branches/1_6/pom.xml Tue May 17 08:52:40 2011 @@ -28,7 +28,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.axis2</groupId> <artifactId>axis2</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.0</version> <packaging>pom</packaging> <name>Apache Axis2 - Root</name> <inceptionYear>2004</inceptionYear> @@ -547,9 +547,9 @@ </contributor> </contributors> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_6</developerConnection> - <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/tags/v1.6.0</developerConnection> + <url>http://svn.apache.org/viewvc/axis/axis2/java/core/tags/v1.6.0</url> </scm> <properties> <!-- This variable is used in some Xdocs and is substituted using Velocity. Note that