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 12:24:43 UTC

svn commit: r1409164 - in /axis/axis2/java/core/branches/1_6/modules: kernel/pom.xml parent/pom.xml

Author: veithen
Date: Wed Nov 14 11:24:42 2012
New Revision: 1409164

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

Modified:
    axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml
    axis/axis2/java/core/branches/1_6/modules/parent/pom.xml

Modified: axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml?rev=1409164&r1=1409163&r2=1409164&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/kernel/pom.xml Wed Nov 14 11:24:42 2012
@@ -38,6 +38,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.ws.commons.axiom</groupId>
+            <artifactId>axiom-compat</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <scope>runtime</scope>
         </dependency>

Modified: axis/axis2/java/core/branches/1_6/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/parent/pom.xml?rev=1409164&r1=1409163&r2=1409164&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/parent/pom.xml Wed Nov 14 11:24:42 2012
@@ -68,7 +68,7 @@
     <properties>
         <neethi.version>3.0.2</neethi.version>
         <woden.version>1.0M9</woden.version>
-        <axiom.version>1.2.13</axiom.version>
+        <axiom.version>1.2.14-SNAPSHOT</axiom.version>
         <xmlschema.version>1.4.7</xmlschema.version>
         <ant.version>1.7.0</ant.version>
         <antlr.version>2.7.7</antlr.version>
@@ -599,6 +599,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>