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 ve...@apache.org on 2010/12/23 16:50:44 UTC

svn commit: r1052303 - /axis/axis2/java/core/branches/1_5/modules/testutils/pom.xml

Author: veithen
Date: Thu Dec 23 15:50:43 2010
New Revision: 1052303

URL: http://svn.apache.org/viewvc?rev=1052303&view=rev
Log:
Forgot to update the POM metadata after merging r1052223.

Modified:
    axis/axis2/java/core/branches/1_5/modules/testutils/pom.xml

Modified: axis/axis2/java/core/branches/1_5/modules/testutils/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/testutils/pom.xml?rev=1052303&r1=1052302&r2=1052303&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_5/modules/testutils/pom.xml (original)
+++ axis/axis2/java/core/branches/1_5/modules/testutils/pom.xml Thu Dec 23 15:50:43 2010
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.axis2</groupId>
         <artifactId>axis2-parent</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5.5-SNAPSHOT</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/trunk/modules/testutils</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk/modules/testutils</developerConnection>
-        <url>http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/testutils</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/testutils</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/axis/axis2/java/core/branches/1_5/modules/testutils</developerConnection>
+        <url>http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_5/modules/testutils</url>
     </scm>
     <build>
         <plugins>