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 2012/11/14 13:28:57 UTC

svn commit: r1409183 - /axis/axis2/java/rampart/branches/1_6/pom.xml

Author: veithen
Date: Wed Nov 14 12:28:56 2012
New Revision: 1409183

URL: http://svn.apache.org/viewvc?rev=1409183&view=rev
Log:
Upgraded to Axiom 1.2.14-SNAPSHOT to prepare for the Axiom release.

Modified:
    axis/axis2/java/rampart/branches/1_6/pom.xml

Modified: axis/axis2/java/rampart/branches/1_6/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/rampart/branches/1_6/pom.xml?rev=1409183&r1=1409182&r2=1409183&view=diff
==============================================================================
--- axis/axis2/java/rampart/branches/1_6/pom.xml (original)
+++ axis/axis2/java/rampart/branches/1_6/pom.xml Wed Nov 14 12:28:56 2012
@@ -274,6 +274,11 @@
             </dependency>
             <dependency>
                 <groupId>org.apache.ws.commons.axiom</groupId>
+                <artifactId>axiom-compat</artifactId>
+                <version>${axiom.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.ws.commons.axiom</groupId>
                 <artifactId>axiom-impl</artifactId>
                 <version>${axiom.version}</version>
             </dependency>
@@ -388,7 +393,7 @@
 
     <properties>
         <axis2.version>1.6.3-SNAPSHOT</axis2.version>
-        <axiom.version>1.2.13</axiom.version>
+        <axiom.version>1.2.14-SNAPSHOT</axiom.version>
 
         <wss4j.version>1.6.4</wss4j.version>
         <opensaml.version>2.5.1-1</opensaml.version>