You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/10/07 01:21:43 UTC

svn commit: r453810 - in /webservices/axis2/branches/java/1_1: etc/ modules/adb-codegen/ modules/adb/ modules/addressing/ modules/codegen/ modules/integration/ modules/java2wsdl/ modules/jaxbri/ modules/jaxws/ modules/jibx/ modules/kernel/ modules/pare...

Author: dims
Date: Fri Oct  6 16:21:41 2006
New Revision: 453810

URL: http://svn.apache.org/viewvc?view=rev&rev=453810
Log:
fix groupId's of ws commons projects

Modified:
    webservices/axis2/branches/java/1_1/etc/project.xml
    webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml
    webservices/axis2/branches/java/1_1/modules/adb/project.xml
    webservices/axis2/branches/java/1_1/modules/addressing/project.xml
    webservices/axis2/branches/java/1_1/modules/codegen/project.xml
    webservices/axis2/branches/java/1_1/modules/integration/project.xml
    webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml
    webservices/axis2/branches/java/1_1/modules/java2wsdl/project.xml
    webservices/axis2/branches/java/1_1/modules/jaxbri/project.xml
    webservices/axis2/branches/java/1_1/modules/jaxws/project.xml
    webservices/axis2/branches/java/1_1/modules/jibx/project.xml
    webservices/axis2/branches/java/1_1/modules/kernel/pom.xml
    webservices/axis2/branches/java/1_1/modules/kernel/project.xml
    webservices/axis2/branches/java/1_1/modules/parent/pom.xml
    webservices/axis2/branches/java/1_1/modules/rahas/project.xml
    webservices/axis2/branches/java/1_1/modules/saaj/project.xml
    webservices/axis2/branches/java/1_1/modules/samples/project.xml
    webservices/axis2/branches/java/1_1/modules/savan/project.xml
    webservices/axis2/branches/java/1_1/modules/secpolicy/project.xml
    webservices/axis2/branches/java/1_1/modules/security/project.xml
    webservices/axis2/branches/java/1_1/modules/soapmonitor/project.xml
    webservices/axis2/branches/java/1_1/modules/spring/project.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-service-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-idea-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
    webservices/axis2/branches/java/1_1/modules/tool/project.xml
    webservices/axis2/branches/java/1_1/modules/webapp/project.xml
    webservices/axis2/branches/java/1_1/modules/xmlbeans/project.xml

Modified: webservices/axis2/branches/java/1_1/etc/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/etc/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/etc/project.xml (original)
+++ webservices/axis2/branches/java/1_1/etc/project.xml Fri Oct  6 16:21:41 2006
@@ -24,7 +24,7 @@
     <!-- a unique name for this project -->
     <name>Apache Axis 2.0</name>
     <id>axis2</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <package>org.apache.axis2</package>
     <currentVersion>${axis2_version}</currentVersion>
     <!-- details about the organization that 'owns' the project -->

Modified: webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb-codegen/project.xml Fri Oct  6 16:21:41 2006
@@ -22,40 +22,40 @@
 
     <id>axis2-adb-codegen</id>
     <name>Apache Axis 2.0 - ADB Codegen</name>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>ADB code generation support for Axis2</description>
 
     <dependencies>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
        
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 	  <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
@@ -137,7 +137,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/adb/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb/project.xml Fri Oct  6 16:21:41 2006
@@ -22,32 +22,32 @@
 
     <id>axis2-adb</id>
     <name>Apache Axis 2.0 - Data Binding</name>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Axis2 Data Binding module</description>
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
               <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/addressing/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/addressing/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/addressing/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/addressing/project.xml Fri Oct  6 16:21:41 2006
@@ -22,17 +22,17 @@
 
     <name>Apache Axis 2.0 - Addressing</name>
     <id>axis2-addressing</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>WS-Addressing implementation</description>
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
@@ -46,7 +46,7 @@
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -126,7 +126,7 @@
             </properties>
         </dependency>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/codegen/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/codegen/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/codegen/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/codegen/project.xml Fri Oct  6 16:21:41 2006
@@ -22,37 +22,37 @@
 
     <id>axis2-codegen</id>
     <name>Apache Axis 2.0 - Code Generation</name>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Axis2 Code Generation module</description>
 
     <dependencies>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
@@ -163,7 +163,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/integration/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/integration/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/integration/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/integration/project.xml Fri Oct  6 16:21:41 2006
@@ -22,91 +22,91 @@
 
     <name>Apache Axis 2.0 - Integration</name>
     <id>axis2-integration</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Integration tests</description>
 
 
     <dependencies>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-security</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-secpolicy</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
           <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-samples</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-spring</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-xmlbeans</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-addressing</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-tools</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-rahas</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -291,7 +291,7 @@
             </properties>
         </dependency>
          <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
@@ -304,7 +304,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/java2wsdl/pom.xml Fri Oct  6 16:21:41 2006
@@ -57,7 +57,7 @@
 
     <!--added this to support to keep WSDL information in AxisService-->
     <dependency>
-      <groupId>org.apache.ws.commons</groupId>
+      <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>XmlSchema</artifactId>
     </dependency>
     <dependency>

Modified: webservices/axis2/branches/java/1_1/modules/java2wsdl/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/java2wsdl/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/java2wsdl/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/java2wsdl/project.xml Fri Oct  6 16:21:41 2006
@@ -22,17 +22,17 @@
 
     <name>Apache Axis 2.0 - Java2WSDL</name>
     <id>axis2-java2wsdl</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>To generate WSDL file for a given Java class</description>
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
@@ -72,7 +72,7 @@
         </dependency>
         <!--added this to support to keep WSDL information in AxisService-->
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/jaxbri/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/jaxbri/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/jaxbri/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/jaxbri/project.xml Fri Oct  6 16:21:41 2006
@@ -22,38 +22,38 @@
 
     <name>Apache Axis 2.0 - JAXB-RI Data Binding</name>
     <id>axis2-jaxbri</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>JAXB-RI data binding support for Axis 2.0</description>
 
     <dependencies>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 	  <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/jaxws/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/jaxws/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/jaxws/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/jaxws/project.xml Fri Oct  6 16:21:41 2006
@@ -22,7 +22,7 @@
 	
 	<name>Apache Axis 2.0 - JAX-WS</name>
 	<id>jaxws</id>
-	<groupId>axis2</groupId>
+	<groupId>org.apache.axis2</groupId>
 	<description>JAX-WS implementation using Axis 2.0</description>
 	
 	<!-- ========== -->
@@ -125,42 +125,42 @@
             <version>${jaxbri.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-saaj</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-saaj</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -263,7 +263,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
             <properties>
@@ -271,7 +271,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
             <properties>
@@ -279,7 +279,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>
@@ -287,7 +287,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/jibx/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/jibx/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/jibx/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/jibx/project.xml Fri Oct  6 16:21:41 2006
@@ -22,27 +22,27 @@
 
     <name>Apache Axis 2.0 - JiBX Data Binding</name>
     <id>axis2-jibx</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>JiBX data binding support for Axis 2.0</description>
 
     <dependencies>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
        <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>
@@ -50,18 +50,18 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/pom.xml Fri Oct  6 16:21:41 2006
@@ -67,7 +67,7 @@
     </dependency>
     <!-- Added this to support WS Policy in Axis2 -->
     <dependency>
-      <groupId>org.apache.ws.commons</groupId>
+      <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>neethi</artifactId>
     </dependency>
     <dependency>

Modified: webservices/axis2/branches/java/1_1/modules/kernel/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/project.xml Fri Oct  6 16:21:41 2006
@@ -22,22 +22,22 @@
 
     <name>Apache Axis 2.0 - Kernel</name>
     <id>axis2-kernel</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,</description>
 
     <dependencies>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -111,7 +111,7 @@
         </dependency> 
         <!--added this to support to keep WSDL information in AxisService-->
          <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
@@ -178,7 +178,7 @@
         </dependency>
         <!-- Added this to support WS Policy in Axis2 -->
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/parent/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/parent/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/parent/pom.xml Fri Oct  6 16:21:41 2006
@@ -317,12 +317,12 @@
         <version>1.1</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.ws.commons</groupId>
+        <groupId>org.apache.ws.commons.schema</groupId>
         <artifactId>XmlSchema</artifactId>
         <version>SNAPSHOT</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.ws.commons</groupId>
+        <groupId>org.apache.ws.commons.neethi</groupId>
         <artifactId>neethi</artifactId>
         <version>SNAPSHOT</version>
       </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/rahas/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/rahas/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/rahas/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/rahas/project.xml Fri Oct  6 16:21:41 2006
@@ -22,38 +22,38 @@
 
     <name>Apache Axis 2.0 - Rahas</name>
     <id>axis2-rahas</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Axis2 : WS-Trust implementation</description>
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-secpolicy</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -178,13 +178,13 @@
             </properties>
         </dependency>
          <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
 	<!-- For WS-Policy support -->
 	<dependency>
-		<groupId>ws-commons</groupId>
+		<groupId>org.apache.ws.commons.neethi</groupId>
 		<artifactId>neethi</artifactId>
 		<version>${neethi.version}</version>
 		<properties>

Modified: webservices/axis2/branches/java/1_1/modules/saaj/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/saaj/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/saaj/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/saaj/project.xml Fri Oct  6 16:21:41 2006
@@ -22,7 +22,7 @@
 
     <name>Apache Axis 2.0 - SAAJ</name>
     <id>axis2-saaj</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Axis2 SAAJ implementation</description>
 
     <build>
@@ -86,37 +86,37 @@
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-addressing</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -202,7 +202,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>
@@ -210,7 +210,7 @@
             </properties>
         </dependency>
          <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/samples/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/samples/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/samples/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/samples/project.xml Fri Oct  6 16:21:41 2006
@@ -22,27 +22,27 @@
 
     <name>Apache Axis 2.0 - Samples</name>
     <id>axis2-samples</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Samples for Axis 2.0</description>
 
     <dependencies>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 	<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>
@@ -50,17 +50,17 @@
             </properties>
         </dependency>     
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-addressing</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-savan</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 	  <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/savan/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/savan/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/savan/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/savan/project.xml Fri Oct  6 16:21:41 2006
@@ -22,17 +22,17 @@
 
     <name>Apache Axis 2.0 - Savan</name>
     <id>axis2-savan</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Publisher/Subscriber implememtation for Axis2</description>
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
@@ -45,7 +45,7 @@
             </properties>
         </dependency>
         <dependency>
-			<groupId>org.apache.ws.commons</groupId>
+			<groupId>org.apache.ws.commons.schema</groupId>
 			<artifactId>XmlSchema</artifactId>
 			<version>${XmlSchema.version}</version>
 		</dependency>
@@ -61,27 +61,27 @@
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         
         <!-- Following dependency was required due to the ConverterUtil class-->
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         
         <!-- Following dependency was required due to the EndpointReferenceHelper class-->
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-addressing</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
@@ -162,7 +162,7 @@
             </properties>
         </dependency>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/secpolicy/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/secpolicy/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/secpolicy/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/secpolicy/project.xml Fri Oct  6 16:21:41 2006
@@ -22,22 +22,22 @@
 
     <name>Apache Axis 2.0 - Security Policy</name>
     <id>axis2-secpolicy</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Axis2 : WS-Security Policy implementation</description>
 
     <dependencies>
     	<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
@@ -66,7 +66,7 @@
 			</properties>
 		</dependency>
     	<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/security/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/security/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/security/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/security/project.xml Fri Oct  6 16:21:41 2006
@@ -22,28 +22,28 @@
 
     <name>Apache Axis 2.0 - Security</name>
     <id>axis2-security</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>WS-Security implementation</description>
 
     <dependencies>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>
@@ -51,43 +51,43 @@
             </properties>
         </dependency>
 		<dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>         
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-jibx</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-secpolicy</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>  
        <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-xmlbeans</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-rahas</artifactId>
             <version>${rahas_version}</version>
         </dependency>
@@ -229,7 +229,7 @@
             </properties>
         </dependency>
          <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
@@ -243,7 +243,7 @@
         </dependency>
 	<!-- For WS-Policy support -->
 	<dependency>
-		<groupId>ws-commons</groupId>
+		<groupId>org.apache.ws.commons.neethi</groupId>
 		<artifactId>neethi</artifactId>
 		<version>${neethi.version}</version>
 		<properties>

Modified: webservices/axis2/branches/java/1_1/modules/soapmonitor/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/soapmonitor/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/soapmonitor/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/soapmonitor/project.xml Fri Oct  6 16:21:41 2006
@@ -22,23 +22,23 @@
 
     <name>Apache Axis 2.0 - soapmonitor</name>
     <id>axis2-soapmonitor</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>soapmonitor for Axis 2.0</description>
 
     <dependencies>
 
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>
@@ -46,7 +46,7 @@
             </properties>
         </dependency>										    
 	<dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/spring/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/spring/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/spring/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/spring/project.xml Fri Oct  6 16:21:41 2006
@@ -22,33 +22,33 @@
 
     <name>Apache Axis 2.0 - spring</name>
     <id>axis2-spring</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>spring for Axis 2.0</description>
 
     <dependencies>
 
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-adb</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-ant-plugin/pom.xml Fri Oct  6 16:21:41 2006
@@ -125,22 +125,22 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>SNAPSHOT</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-codegen-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-codegen-plugin/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-codegen-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-codegen-plugin/pom.xml Fri Oct  6 16:21:41 2006
@@ -151,22 +151,22 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>SNAPSHOT</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-service-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-service-plugin/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-service-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-eclipse-service-plugin/pom.xml Fri Oct  6 16:21:41 2006
@@ -151,22 +151,22 @@
             <scope>runtime</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>SNAPSHOT</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-idea-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-idea-plugin/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-idea-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-idea-plugin/pom.xml Fri Oct  6 16:21:41 2006
@@ -125,12 +125,12 @@
       <version>SNAPSHOT</version>
     </dependency>
 		<dependency>
-			<groupId>ws-commons</groupId>
+			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-api</artifactId>
 			<version>SNAPSHOT</version>
 		</dependency>
 		<dependency>
-			<groupId>ws-commons</groupId>
+			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-impl</artifactId>
 			<version>SNAPSHOT</version>
 		</dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-java2wsdl-maven-plugin/pom.xml Fri Oct  6 16:21:41 2006
@@ -107,17 +107,17 @@
       <version>0.1.0</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.ws.commons</groupId>
+      <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>XmlSchema</artifactId>
       <version>SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-api</artifactId>
       <version>SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>ws-commons</groupId>
+      <groupId>org.apache.ws.commons.axiom</groupId>
       <artifactId>axiom-impl</artifactId>
       <version>SNAPSHOT</version>
     </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Fri Oct  6 16:21:41 2006
@@ -146,22 +146,22 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.ws.commons</groupId>
+      <groupId>org.apache.ws.commons.neethi</groupId>
       <artifactId>neethi</artifactId>
       <version>SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.apache.ws.commons</groupId>
+      <groupId>org.apache.ws.commons.schema</groupId>
       <artifactId>XmlSchema</artifactId>
       <version>SNAPSHOT</version>
     </dependency>
 		<dependency>
-			<groupId>ws-commons</groupId>
+			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-api</artifactId>
 			<version>SNAPSHOT</version>
 		</dependency>
 		<dependency>
-			<groupId>ws-commons</groupId>
+			<groupId>org.apache.ws.commons.axiom</groupId>
 			<artifactId>axiom-impl</artifactId>
 			<version>SNAPSHOT</version>
 		</dependency>

Modified: webservices/axis2/branches/java/1_1/modules/tool/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/tool/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/tool/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/tool/project.xml Fri Oct  6 16:21:41 2006
@@ -22,7 +22,7 @@
 
     <name>Apache Axis 2.0 - Tools</name>
     <id>axis2-tools</id>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Tools available for Axis 2.0.</description>
 
     <dependencies>
@@ -37,13 +37,13 @@
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>

Modified: webservices/axis2/branches/java/1_1/modules/webapp/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/webapp/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/webapp/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/webapp/project.xml Fri Oct  6 16:21:41 2006
@@ -22,7 +22,7 @@
 
     <id>axis2-codegen</id>
     <name>Apache Axis 2.0 - Web Application</name>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>Axis2 Code Web Application module</description>
 
     <dependencies>
@@ -76,22 +76,22 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 		<dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
@@ -213,7 +213,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>

Modified: webservices/axis2/branches/java/1_1/modules/xmlbeans/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/xmlbeans/project.xml?view=diff&rev=453810&r1=453809&r2=453810
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/xmlbeans/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/xmlbeans/project.xml Fri Oct  6 16:21:41 2006
@@ -22,40 +22,40 @@
 
     <id>axis2-xmlbeans</id>
     <name>Apache Axis 2.0 - XMLBeans Data Binding</name>
-    <groupId>axis2</groupId>
+    <groupId>org.apache.axis2</groupId>
     <description>XMLBeans data binding support for Axis2</description>
 
     <dependencies>
        <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-api</artifactId>
             <version>${axiom.version}</version>
         </dependency>
        
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.axiom</groupId>
             <artifactId>axiom-impl</artifactId>
             <version>${axiom.version}</version>
         </dependency>
 
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-codegen</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 	  <dependency>
-            <groupId>axis2</groupId>
+            <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
 
         <dependency>
-            <groupId>org.apache.ws.commons</groupId>
+            <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>
             <version>${XmlSchema.version}</version>
         </dependency>
@@ -137,7 +137,7 @@
             </properties>
         </dependency>
         <dependency>
-            <groupId>ws-commons</groupId>
+            <groupId>org.apache.ws.commons.neethi</groupId>
             <artifactId>neethi</artifactId>
             <version>${neethi.version}</version>
             <properties>



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