You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/12/19 00:40:46 UTC

svn commit: r488455 - in /incubator/servicemix/trunk: core/servicemix-core/pom.xml deployables/serviceengines/servicemix-jsr181/pom.xml pom.xml

Author: gnodet
Date: Mon Dec 18 15:40:45 2006
New Revision: 488455

URL: http://svn.apache.org/viewvc?view=rev&rev=488455
Log:
Use org.codehaus.woodstox groupId instead of just woodstox

Modified:
    incubator/servicemix/trunk/core/servicemix-core/pom.xml
    incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/core/servicemix-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/core/servicemix-core/pom.xml?view=diff&rev=488455&r1=488454&r2=488455
==============================================================================
--- incubator/servicemix/trunk/core/servicemix-core/pom.xml (original)
+++ incubator/servicemix/trunk/core/servicemix-core/pom.xml Mon Dec 18 15:40:45 2006
@@ -192,7 +192,7 @@
       <artifactId>stax-api</artifactId>
     </dependency>
     <dependency>
-      <groupId>woodstox</groupId>
+      <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
     </dependency>
     <!--  

Modified: incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml?view=diff&rev=488455&r1=488454&r2=488455
==============================================================================
--- incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/serviceengines/servicemix-jsr181/pom.xml Mon Dec 18 15:40:45 2006
@@ -96,7 +96,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>woodstox</groupId>
+      <groupId>org.codehaus.woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
       <scope>provided</scope>
     </dependency>

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=488455&r1=488454&r2=488455
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Mon Dec 18 15:40:45 2006
@@ -1265,7 +1265,7 @@
                 <version>1.1.2</version>
             </dependency>
             <dependency>
-                <groupId>woodstox</groupId>
+                <groupId>org.codehaus.woodstox</groupId>
                 <artifactId>wstx-asl</artifactId>
                 <version>${woodstox-version}</version>
             </dependency>