You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jr...@apache.org on 2007/02/06 12:43:53 UTC

svn commit: r504086 - in /incubator/abdera/java/trunk: extensions/pom.xml parser/pom.xml pom.xml

Author: jrduncans
Date: Tue Feb  6 03:43:50 2007
New Revision: 504086

URL: http://svn.apache.org/viewvc?view=rev&rev=504086
Log:
Updated axiom dependency version

* pom.xml - Modified dependencyManagement for new groupId and version of axiom api and impl
* parser/pom.xml - Modified axiom api and impl groupId to pick up new version
* extensions/pom.xml - Modified axiom api and impl groupId to pick up new version

Modified:
    incubator/abdera/java/trunk/extensions/pom.xml
    incubator/abdera/java/trunk/parser/pom.xml
    incubator/abdera/java/trunk/pom.xml

Modified: incubator/abdera/java/trunk/extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/extensions/pom.xml?view=diff&rev=504086&r1=504085&r2=504086
==============================================================================
--- incubator/abdera/java/trunk/extensions/pom.xml (original)
+++ incubator/abdera/java/trunk/extensions/pom.xml Tue Feb  6 03:43:50 2007
@@ -69,11 +69,11 @@
       <scope>compile</scope>
     </dependency>   
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
     </dependency>
     <dependency>

Modified: incubator/abdera/java/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/parser/pom.xml?view=diff&rev=504086&r1=504085&r2=504086
==============================================================================
--- incubator/abdera/java/trunk/parser/pom.xml (original)
+++ incubator/abdera/java/trunk/parser/pom.xml Tue Feb  6 03:43:50 2007
@@ -49,11 +49,11 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
     </dependency>
     <dependency>

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?view=diff&rev=504086&r1=504085&r2=504086
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Tue Feb  6 03:43:50 2007
@@ -181,16 +181,16 @@
       </dependency>
       
       <dependency>
-        <groupId>ws-commons</groupId>
+        <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
-        <version>1.0</version>
+        <version>1.2.1</version>
         <scope>compile</scope>
       </dependency>
       
       <dependency>
-        <groupId>ws-commons</groupId>
+        <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-impl</artifactId>
-        <version>1.0</version>
+        <version>1.2.1</version>
         <scope>compile</scope>
       </dependency>