You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2006/07/15 19:07:49 UTC

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

Author: jmsnell
Date: Sat Jul 15 10:07:48 2006
New Revision: 422269

URL: http://svn.apache.org/viewvc?rev=422269&view=rev
Log:
>From Stephen Duncan...

Changed dependency groupId from "wstx" to "woodstox"

* pom.xml - Fixed groupId in dependencyManagement.
* parser/pom.xml - Fixed groupId in dependencies.
* extensions/pom.xml - Fixed groupId in dependencies. 

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?rev=422269&r1=422268&r2=422269&view=diff
==============================================================================
--- incubator/abdera/java/trunk/extensions/pom.xml (original)
+++ incubator/abdera/java/trunk/extensions/pom.xml Sat Jul 15 10:07:48 2006
@@ -45,7 +45,7 @@
       <artifactId>stax</artifactId>
     </dependency>
     <dependency>
-      <groupId>wstx</groupId>
+      <groupId>woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
     </dependency> 
   </dependencies>

Modified: incubator/abdera/java/trunk/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/parser/pom.xml?rev=422269&r1=422268&r2=422269&view=diff
==============================================================================
--- incubator/abdera/java/trunk/parser/pom.xml (original)
+++ incubator/abdera/java/trunk/parser/pom.xml Sat Jul 15 10:07:48 2006
@@ -43,7 +43,7 @@
       <artifactId>stax</artifactId>
     </dependency>
     <dependency>
-      <groupId>wstx</groupId>
+      <groupId>woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
     </dependency>
     <dependency>

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?rev=422269&r1=422268&r2=422269&view=diff
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Sat Jul 15 10:07:48 2006
@@ -98,7 +98,7 @@
       </dependency>
       
       <dependency>
-        <groupId>wstx</groupId>
+        <groupId>woodstox</groupId>
         <artifactId>wstx-asl</artifactId>
         <version>2.0.5</version>
         <scope>runtime</scope>