Author: samisa Date: Wed Dec 22 13:53:09 2010 New Revision: 1051904 URL: http://svn.apache.org/viewvc?rev=1051904&view=rev Log: Fixed the version to 1.5.1
Modified: axis/axis2/java/rampart/branches/1_5_x/pom.xml Modified: axis/axis2/java/rampart/branches/1_5_x/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_5_x/pom.xml?rev=1051904&r1=1051903&r2=1051904&view=diff ============================================================================== --- axis/axis2/java/rampart/branches/1_5_x/pom.xml (original) +++ axis/axis2/java/rampart/branches/1_5_x/pom.xml Wed Dec 22 13:53:09 2010 @@ -12,7 +12,7 @@ <artifactId>rampart-project</artifactId> <packaging>pom</packaging> <description> WS-Security, WS-Trust and WS-SecureConversation implementaion for Apache Axis2 </description> - <version>SNAPSHOT</version> + <version>1.5.1</version> <name>Apache Rampart</name> <url>http://ws.apache.org/rampart</url> @@ -379,10 +379,10 @@ <properties> <rampart.version>${pom.version}</rampart.version> - <rampart.mar.version>SNAPSHOT</rampart.mar.version> - <rahas.mar.version>SNAPSHOT</rahas.mar.version> + <rampart.mar.version>1.5.1</rampart.mar.version> + <rahas.mar.version>1.5.1</rahas.mar.version> - <axis2.version>1.5.3</axis2.version> + <axis2.version>1.5.4</axis2.version> <axiom.version>1.2.10</axiom.version> <wss4j.version>1.5.10</wss4j.version>