Author: dims
Date: Fri Oct  6 15:24:28 2006
New Revision: 453792

URL: http://svn.apache.org/viewvc?view=rev&rev=453792
Log:
standardize the groupId's across projects and for both m1 and m2

Modified:
    webservices/commons/trunk/modules/XmlSchema/pom.xml
    webservices/commons/trunk/modules/XmlSchema/project.xml
    webservices/commons/trunk/modules/axiom/project.xml
    webservices/commons/trunk/modules/java5/pom.xml
    webservices/commons/trunk/modules/neethi/pom.xml
    webservices/commons/trunk/modules/neethi/project.xml
    webservices/commons/trunk/modules/tcpmon/project.xml
    webservices/commons/trunk/modules/util/pom.xml

Modified: webservices/commons/trunk/modules/XmlSchema/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/pom.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/pom.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/pom.xml Fri Oct  6 15:24:28 2006
@@ -4,7 +4,7 @@
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.ws.commons</groupId>
+    <groupId>org.apache.ws.commons.schema</groupId>
     <artifactId>XmlSchema</artifactId>
     <name>XmlSchema</name>
     <version>SNAPSHOT</version>

Modified: webservices/commons/trunk/modules/XmlSchema/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/XmlSchema/project.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/XmlSchema/project.xml (original)
+++ webservices/commons/trunk/modules/XmlSchema/project.xml Fri Oct  6 15:24:28 
2006
@@ -22,7 +22,7 @@
        <!-- a unique name for this project -->

        <name>Apache XmlSchema</name>

        <id>XmlSchema</id>

-       <groupId>org.apache.ws.commons</groupId>

+       <groupId>org.apache.ws.commons.schema</groupId>

        <package>org.apache.commons</package>

        <currentVersion>${schema.version}</currentVersion>

        <!-- details about the organization that 'owns' the project -->


Modified: webservices/commons/trunk/modules/axiom/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/project.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/axiom/project.xml (original)
+++ webservices/commons/trunk/modules/axiom/project.xml Fri Oct  6 15:24:28 2006
@@ -22,7 +22,7 @@
     <!-- a unique name for this project -->

     <name>Apache AXIOM</name>

     <id>axiom</id>

-    <groupId>ws-commons</groupId>

+    <groupId>org.apache.ws.commons.axiom</groupId>

     <package>org.apache.commons</package>

     <currentVersion>${axiom.version}</currentVersion>

     <!-- details about the organization that 'owns' the project -->


Modified: webservices/commons/trunk/modules/java5/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/java5/pom.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/java5/pom.xml (original)
+++ webservices/commons/trunk/modules/java5/pom.xml Fri Oct  6 15:24:28 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.ws.commons</groupId>
+    <groupId>org.apache.ws.commons.java5</groupId>
     <artifactId>ws-commons-java5</artifactId>
     <name>Apache Webservices Java 5 Classes</name>
     <version>1.0.1</version>

Modified: webservices/commons/trunk/modules/neethi/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/pom.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/neethi/pom.xml (original)
+++ webservices/commons/trunk/modules/neethi/pom.xml Fri Oct  6 15:24:28 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?><project 
xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.ws.commons</groupId>
+  <groupId>org.apache.ws.commons.neethi</groupId>
   <artifactId>neethi</artifactId>
   <name>Neethi</name>
   <version>SNAPSHOT</version>

Modified: webservices/commons/trunk/modules/neethi/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/neethi/project.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/neethi/project.xml (original)
+++ webservices/commons/trunk/modules/neethi/project.xml Fri Oct  6 15:24:28 
2006
@@ -24,7 +24,7 @@
        

        <name>Web Services Commons Neethi : A WS-Policy implementation</name>

        <id>neethi</id>

-       <groupId>ws-commons</groupId>

+       <groupId>org.apache.ws.commons.neethi</groupId>

   

   <!-- a short but descriptive name for the project -->

        


Modified: webservices/commons/trunk/modules/tcpmon/project.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/tcpmon/project.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/tcpmon/project.xml (original)
+++ webservices/commons/trunk/modules/tcpmon/project.xml Fri Oct  6 15:24:28 
2006
@@ -22,7 +22,7 @@
        <!-- a unique name for this project -->

        <name>Apache TCPMon</name>

        <id>tcpmon</id>

-       <groupId>ws-commons</groupId>

+       <groupId>org.apache.ws.commons.tcpmon</groupId>

        <package>org.apache.ws.commons.tcpmon</package>

        <currentVersion>${tcpmon.version}</currentVersion>

        <!-- details about the organization that 'owns' the project -->


Modified: webservices/commons/trunk/modules/util/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/pom.xml?view=diff&rev=453792&r1=453791&r2=453792
==============================================================================
--- webservices/commons/trunk/modules/util/pom.xml (original)
+++ webservices/commons/trunk/modules/util/pom.xml Fri Oct  6 15:24:28 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.ws.commons</groupId>
+    <groupId>org.apache.ws.commons.util</groupId>
     <artifactId>ws-commons-util</artifactId>
     <name>Apache WebServices Common Utilities</name>
     <version>1.0.2-SNAPSHOT</version>



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

Reply via email to