Author: antelder
Date: Sat Oct 21 11:55:39 2006
New Revision: 466434

URL: http://svn.apache.org/viewvc?view=rev&rev=466434
Log:
SYNAPSE-26, correct dependency groupids

Modified:
    incubator/synapse/trunk/java/project.xml

Modified: incubator/synapse/trunk/java/project.xml
URL: 
http://svn.apache.org/viewvc/incubator/synapse/trunk/java/project.xml?view=diff&rev=466434&r1=466433&r2=466434
==============================================================================
--- incubator/synapse/trunk/java/project.xml (original)
+++ incubator/synapse/trunk/java/project.xml Sat Oct 21 11:55:39 2006
@@ -52,7 +52,7 @@
 
     <dependencies>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2</artifactId>
             <version>${axis2.version}</version>
         </dependency>
@@ -74,7 +74,7 @@
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-rahas</artifactId>
             <version>${axis2.version}</version>
         </dependency>
@@ -107,7 +107,7 @@
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-secpolicy</artifactId>
             <version>${axis2.version}</version>
             <properties>
@@ -116,7 +116,7 @@
         </dependency>
         
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-security</artifactId>
             <version>${axis2.version}</version>
             <properties>
@@ -143,7 +143,7 @@
 
         <!-- external MARs -->
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>addressing</artifactId>
             <version>${addressing.version}</version>
             <type>mar</type>
@@ -157,7 +157,7 @@
         </dependency>
         
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>rampart</artifactId>
             <version>${rampart.version}</version>
             <type>mar</type>



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

Reply via email to