Author: nandana
Date: Thu Jul  2 12:55:43 2009
New Revision: 790571

URL: http://svn.apache.org/viewvc?rev=790571&view=rev
Log:
changing the axis2 version and wss4j version

Modified:
    webservices/rampart/trunk/java/modules/rampart-integration/pom.xml
    webservices/rampart/trunk/java/modules/rampart-mar/pom.xml
    webservices/rampart/trunk/java/pom.xml

Modified: webservices/rampart/trunk/java/modules/rampart-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-integration/pom.xml?rev=790571&r1=790570&r2=790571&view=diff
==============================================================================
--- webservices/rampart/trunk/java/modules/rampart-integration/pom.xml 
(original)
+++ webservices/rampart/trunk/java/modules/rampart-integration/pom.xml Thu Jul  
2 12:55:43 2009
@@ -717,7 +717,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-http</artifactId>
-            <version>${axis2.transport.version}</version>
+            <version>${axis2.version}</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.axis2</groupId>
@@ -727,7 +727,7 @@
         <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-transport-local</artifactId>
-            <version>${axis2.transport.version}</version>
+            <version>${axis2.version}</version>
         </dependency> 
         <dependency>
             <groupId>org.apache.axis2</groupId>

Modified: webservices/rampart/trunk/java/modules/rampart-mar/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/modules/rampart-mar/pom.xml?rev=790571&r1=790570&r2=790571&view=diff
==============================================================================
--- webservices/rampart/trunk/java/modules/rampart-mar/pom.xml (original)
+++ webservices/rampart/trunk/java/modules/rampart-mar/pom.xml Thu Jul  2 
12:55:43 2009
@@ -36,8 +36,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.4</source>
-                    <target>1.4</target>
+                    <source>1.5</source>
+                    <target>1.5</target>
                 </configuration>
             </plugin>
             <plugin>

Modified: webservices/rampart/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/pom.xml?rev=790571&r1=790570&r2=790571&view=diff
==============================================================================
--- webservices/rampart/trunk/java/pom.xml (original)
+++ webservices/rampart/trunk/java/pom.xml Thu Jul  2 12:55:43 2009
@@ -369,11 +369,11 @@
         <rampart.mar.version>SNAPSHOT</rampart.mar.version>
         <rahas.mar.version>SNAPSHOT</rahas.mar.version>
 
-        <axis2.version>1.5-SNAPSHOT</axis2.version>
+        <axis2.version>1.5</axis2.version>
         <axis2.transport.version>1.0-SNAPSHOT</axis2.transport.version>
-        <addressing.mar.version>1.5-SNAPSHOT</addressing.mar.version>
+        <addressing.mar.version>1.5</addressing.mar.version>
 
-        <wss4j.version>1.5.6</wss4j.version>
+        <wss4j.version>1.5.7</wss4j.version>
         <xmlsec.version>1.4.2</xmlsec.version>
         <opensaml.version>1.1</opensaml.version>
 


Reply via email to