You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by rf...@apache.org on 2007/02/07 00:53:32 UTC

svn commit: r504377 - in /incubator/tuscany/java/sca: kernel/core/pom.xml pom.xml runtime/services/discovery/jxta/pom.xml

Author: rfeng
Date: Tue Feb  6 15:53:31 2007
New Revision: 504377

URL: http://svn.apache.org/viewvc?view=rev&rev=504377
Log:
Move woodstox:wstx-asl:3.0.1 to org.codehaus.woostox:wstx-asl:3.2.0 level

Modified:
    incubator/tuscany/java/sca/kernel/core/pom.xml
    incubator/tuscany/java/sca/pom.xml
    incubator/tuscany/java/sca/runtime/services/discovery/jxta/pom.xml

Modified: incubator/tuscany/java/sca/kernel/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/core/pom.xml?view=diff&rev=504377&r1=504376&r2=504377
==============================================================================
--- incubator/tuscany/java/sca/kernel/core/pom.xml (original)
+++ incubator/tuscany/java/sca/kernel/core/pom.xml Tue Feb  6 15:53:31 2007
@@ -48,7 +48,7 @@
         </dependency>
 
         <dependency>
-            <groupId>woodstox</groupId>
+            <groupId>org.codehaus.woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
         </dependency>
 

Modified: incubator/tuscany/java/sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/pom.xml?view=diff&rev=504377&r1=504376&r2=504377
==============================================================================
--- incubator/tuscany/java/sca/pom.xml (original)
+++ incubator/tuscany/java/sca/pom.xml Tue Feb  6 15:53:31 2007
@@ -59,18 +59,6 @@
                 <enabled>false</enabled>
             </snapshots>
         </repository>
-        <repository>
-            <id>sateh</id>
-            <name>Maven Sateh</name>
-            <url>http://maven.sateh.com/maven2//</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-        
     </repositories>
 
     <dependencyManagement>
@@ -128,9 +116,9 @@
 
             <!-- StAX implementation -->
             <dependency>
-                <groupId>woodstox</groupId>
+                <groupId>org.codehaus.woodstox</groupId>
                 <artifactId>wstx-asl</artifactId>
-                <version>3.0.1</version>
+                <version>3.2.0</version>
                 <scope>runtime</scope>
             </dependency>
 

Modified: incubator/tuscany/java/sca/runtime/services/discovery/jxta/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/runtime/services/discovery/jxta/pom.xml?view=diff&rev=504377&r1=504376&r2=504377
==============================================================================
--- incubator/tuscany/java/sca/runtime/services/discovery/jxta/pom.xml (original)
+++ incubator/tuscany/java/sca/runtime/services/discovery/jxta/pom.xml Tue Feb  6 15:53:31 2007
@@ -61,7 +61,7 @@
         </dependency>
 
         <dependency>
-            <groupId>woodstox</groupId>
+            <groupId>org.codehaus.woodstox</groupId>
             <artifactId>wstx-asl</artifactId>
             <scope>compile</scope>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org