Author: antelder
Date: Sun Dec  3 03:45:23 2006
New Revision: 481755

URL: http://svn.apache.org/viewvc?view=rev&rev=481755
Log:
Correct sandesha2 and woodstox groupid and drop axis2 backdown to 1.1

Modified:
    incubator/synapse/trunk/java/pom.xml   (contents, props changed)

Modified: incubator/synapse/trunk/java/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/pom.xml?view=diff&rev=481755&r1=481754&r2=481755
==============================================================================
--- incubator/synapse/trunk/java/pom.xml (original)
+++ incubator/synapse/trunk/java/pom.xml Sun Dec  3 03:45:23 2006
@@ -279,7 +279,7 @@
         </dependency>
         
         <dependency>
-            <groupId>sandesha2</groupId>
+            <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2-policy</artifactId>
             <version>${sandesha2.version}</version>
         </dependency>
@@ -311,7 +311,7 @@
         </dependency>
 
         <dependency>
-            <groupId>sandesha2</groupId>
+            <groupId>org.apache.sandesha2</groupId>
             <artifactId>sandesha2</artifactId>
             <version>${sandesha2.version}</version>
             <type>mar</type>
@@ -569,7 +569,7 @@
 
     <properties>
         <synapse.version>0.90-SNAPSHOT</synapse.version>
-        <axis2.version>1.1.1-SNAPSHOT</axis2.version>
+        <axis2.version>1.1</axis2.version>
         <axis2.security.version>1.1-SNAPSHOT</axis2.security.version>
         <axiom.version>1.2.1-SNAPSHOT</axiom.version>
         <xml_schema.version>1.2</xml_schema.version>
@@ -600,9 +600,9 @@
         <activation.version>1.1</activation.version>
         <geronimo.spec.jms.version>1.1-rc4</geronimo.spec.jms.version>
 
-        <stax.impl.groupid>woodstox</stax.impl.groupid>
-        <stax.impl.artifactid>wstx</stax.impl.artifactid>
-        <stax.impl.version>asl-3.1.0</stax.impl.version>
+        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
+        <stax.impl.artifactid>wstx-asl</stax.impl.artifactid>
+        <stax.impl.version>3.1.0</stax.impl.version>
         <stax.api.version>1.0.1</stax.api.version>
     </properties>
 

Propchange: incubator/synapse/trunk/java/pom.xml
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to