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/10 06:56:44 UTC

svn commit: r420425 - /jakarta/commons/proper/attributes/trunk/unittest/project.xml

Author: bayard
Date: Sun Jul  9 21:56:43 2006
New Revision: 420425

URL: http://svn.apache.org/viewvc?rev=420425&view=rev
Log:
groupId has changed for the main jars now to org.apache.commons. Fixing in the tests. 

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

Modified: jakarta/commons/proper/attributes/trunk/unittest/project.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/attributes/trunk/unittest/project.xml?rev=420425&r1=420424&r2=420425&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/unittest/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/unittest/project.xml Sun Jul  9 21:56:43 2006
@@ -18,7 +18,7 @@
 -->
 <project>
     <extend>${basedir}/../project.xml</extend>
-    <groupId>commons-attributes</groupId>
+    <groupId>org.apache.commons</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>commons-attributes</groupId>
+            <groupId>org.apache.commons</groupId>
             <artifactId>commons-attributes-compiler</artifactId>
             <version>2.2</version>
         </dependency>
         
         <dependency>
-            <groupId>commons-attributes</groupId>
+            <groupId>org.apache.commons</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