You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ba...@apache.org on 2006/07/12 10:04:13 UTC

svn commit: r421183 - in /jakarta/commons/proper/attributes/trunk: api/project.xml compiler/project.xml plugin/project.xml project.xml unittest/project.xml

Author: bayard
Date: Wed Jul 12 01:04:13 2006
New Revision: 421183

URL: http://svn.apache.org/viewvc?rev=421183&view=rev
Log:
Moved back to the commons-attributes groupId instead of the future org.apache.commons groupId

Modified:
    jakarta/commons/proper/attributes/trunk/api/project.xml
    jakarta/commons/proper/attributes/trunk/compiler/project.xml
    jakarta/commons/proper/attributes/trunk/plugin/project.xml
    jakarta/commons/proper/attributes/trunk/project.xml
    jakarta/commons/proper/attributes/trunk/unittest/project.xml

Modified: jakarta/commons/proper/attributes/trunk/api/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/api/project.xml?rev=421183&r1=421182&r2=421183&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/api/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/api/project.xml Wed Jul 12 01:04:13 2006
@@ -18,7 +18,7 @@
 -->
 <project>
     <extend>${basedir}/../project.xml</extend>
-    <groupId>org.apache.commons</groupId>
+    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-api</artifactId>
     <name>Jakarta Commons Attributes API</name>
     <package>org.apache.commons.attributes</package>

Modified: jakarta/commons/proper/attributes/trunk/compiler/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/compiler/project.xml?rev=421183&r1=421182&r2=421183&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/compiler/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/compiler/project.xml Wed Jul 12 01:04:13 2006
@@ -48,7 +48,7 @@
         </dependency>
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-api</artifactId>
             <version>2.2</version>
         </dependency>

Modified: jakarta/commons/proper/attributes/trunk/plugin/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/plugin/project.xml?rev=421183&r1=421182&r2=421183&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/plugin/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/plugin/project.xml Wed Jul 12 01:04:13 2006
@@ -29,13 +29,13 @@
     <dependencies>
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-api</artifactId>
             <version>2.2</version>
         </dependency>
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-compiler</artifactId>
             <version>2.2</version>
         </dependency>

Modified: jakarta/commons/proper/attributes/trunk/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/project.xml?rev=421183&r1=421182&r2=421183&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/project.xml Wed Jul 12 01:04:13 2006
@@ -19,7 +19,7 @@
 <project>
     <pomVersion>3</pomVersion>
     <name>Attributes</name>
-    <groupId>org.apache.commons</groupId>
+    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes</artifactId>
     
     <logo>/images/attributes-logo-white.png</logo>

Modified: jakarta/commons/proper/attributes/trunk/unittest/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/unittest/project.xml?rev=421183&r1=421182&r2=421183&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/unittest/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/unittest/project.xml Wed Jul 12 01:04:13 2006
@@ -18,7 +18,7 @@
 -->
 <project>
     <extend>${basedir}/../project.xml</extend>
-    <groupId>org.apache.commons</groupId>
+    <groupId>commons-attributes</groupId>
     <artifactId>commons-attributes-unittest</artifactId>
     <name>Jakarta Commons Attribute Compiler Unit Tests</name>
     <package>org.apache.commons.attributes</package>
@@ -48,13 +48,13 @@
         </dependency>       
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-compiler</artifactId>
             <version>2.2</version>
         </dependency>
         
         <dependency>
-            <groupId>org.apache.commons</groupId>
+            <groupId>commons-attributes</groupId>
             <artifactId>commons-attributes-api</artifactId>
             <version>2.2</version>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org