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 sh...@apache.org on 2010/12/23 03:57:54 UTC

svn commit: r1052157 - /axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml

Author: shankar
Date: Thu Dec 23 02:57:53 2010
New Revision: 1052157

URL: http://svn.apache.org/viewvc?rev=1052157&view=rev
Log:
Changing version number

Modified:
    axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml

Modified: axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml?rev=1052157&r1=1052156&r2=1052157&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_5_x/modules/rampart-integration/pom.xml Thu Dec 23 02:57:53 2010
@@ -5,14 +5,14 @@
     <parent>
         <groupId>org.apache.rampart</groupId>
         <artifactId>rampart-project</artifactId>
-        <version>SNAPSHOT</version>
+        <version>1.5.1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>rampart-integration</artifactId>
     <packaging>jar</packaging>
-    <version>SNAPSHOT</version>
+    <version>1.5.1</version>
     <name>Rampart - Integration</name>
 
     <build>