Author: veithen
Date: Mon Apr 2 20:08:02 2012
New Revision: 1308521
URL: http://svn.apache.org/viewvc?rev=1308521&view=rev
Log:
[maven-release-plugin] prepare release 1.2.13
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-all/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-samples/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml
webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-all/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-all/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-all/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-all/pom.xml Mon Apr
2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-all</artifactId>
@@ -31,9 +31,9 @@
<description>Combines all Axiom artifacts into a single one.</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-all</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-all</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-all</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-all</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-all</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-all</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-api/pom.xml Mon Apr
2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-api</artifactId>
@@ -31,9 +31,9 @@
<packaging>bundle</packaging>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-api</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-api</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-api</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-api</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-api</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-api</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-buildutils/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-buildutils</artifactId>
@@ -32,9 +32,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-buildutils</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-buildutils</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-buildutils</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-buildutils</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-c14n/pom.xml Mon Apr
2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -32,9 +32,9 @@
<description />
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-c14n</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-c14n</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-c14n</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-c14n</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite/pom.xml
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-common-impl-testsuite</artifactId>
@@ -33,9 +33,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl-testsuite</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-common-impl-testsuite</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-common-impl-testsuite</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-common-impl-testsuite</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-common-impl/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-common-impl</artifactId>
@@ -34,9 +34,9 @@
<description>Contains implementation classes shared by LLOM and
DOOM.</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-common-impl</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-common-impl</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-common-impl</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-common-impl</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-dom-testsuite</artifactId>
@@ -32,9 +32,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom-testsuite</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-dom-testsuite</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-dom-testsuite</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-dom-testsuite</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-dom/pom.xml Mon Apr
2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-dom</artifactId>
@@ -31,9 +31,9 @@
<description>The Axiom DOM implementation.</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-dom</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-dom</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-dom</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-dom</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-impl/pom.xml Mon Apr
2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-impl</artifactId>
@@ -31,9 +31,9 @@
<description>The Axiom default implementation.</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-impl</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-impl</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-impl</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-impl</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-impl</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-impl</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-integration</artifactId>
@@ -33,9 +33,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-integration</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-integration</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-integration</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-integration</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-integration</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-integration</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
---
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
(original)
+++
webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-jaxen-testsuite</artifactId>
@@ -32,9 +32,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-jaxen-testsuite</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-jaxen-testsuite</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-jaxen-testsuite</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-jaxen-testsuite</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests/pom.xml
Mon Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-osgi-tests</artifactId>
@@ -30,9 +30,9 @@
<packaging>jar</packaging>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-osgi-tests</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-osgi-tests</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-osgi-tests</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-osgi-tests</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml Mon
Apr 2 20:08:02 2012
@@ -27,7 +27,7 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
<name>Axiom Parent POM</name>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<packaging>pom</packaging>
<description>Axiom Parent POM</description>
<url>http://ws.apache.org/axiom/</url>
@@ -225,9 +225,9 @@
</contributor>
</contributors>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-parent</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-parent</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-parent</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-parent</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-parent</url>
</scm>
<build>
<pluginManagement>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-samples/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-samples/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-samples/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-samples/pom.xml Mon
Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-samples</artifactId>
@@ -33,9 +33,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-samples</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-samples</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-samples</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-samples</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-samples</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-samples</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-tests/pom.xml Mon Apr
2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-tests</artifactId>
@@ -35,9 +35,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-tests</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-tests</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-tests</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-tests</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-tests</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-tests</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testsuite/pom.xml Mon
Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-testsuite</artifactId>
@@ -33,9 +33,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testsuite</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-testsuite</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-testsuite</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-testsuite</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified:
webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-testutils/pom.xml Mon
Apr 2 20:08:02 2012
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom-parent</artifactId>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<relativePath>../axiom-parent/pom.xml</relativePath>
</parent>
<artifactId>axiom-testutils</artifactId>
@@ -32,9 +32,9 @@
</description>
<!-- This needs to be set explicitly because the project structure implies
that the Maven calculated defaults are wrong -->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testutils</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-testutils</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-testutils</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-testutils</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13/modules/axiom-testutils</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13/modules/axiom-testutils</url>
</scm>
<!-- This also needs to be set explicitly because the Maven calculated URL
would point to nowhere -->
<url>http://ws.apache.org/axiom/</url>
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1308521&r1=1308520&r2=1308521&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Mon Apr 2 20:08:02 2012
@@ -27,7 +27,7 @@
<groupId>org.apache.ws.commons.axiom</groupId>
<artifactId>axiom</artifactId>
<name>Axiom</name>
- <version>1.2.13-SNAPSHOT</version>
+ <version>1.2.13</version>
<packaging>pom</packaging>
<description>AXIOM API</description>
<url>http://ws.apache.org/axiom/</url>
@@ -231,9 +231,9 @@
</contributor>
</contributors>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom</developerConnection>
-
<url>http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/commons/tags/axiom/1.2.13</developerConnection>
+
<url>http://svn.apache.org/viewvc/webservices/commons/tags/axiom/1.2.13</url>
</scm>
<build>
<pluginManagement>