You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/23 05:25:39 UTC

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

Author: dion
Date: Tue Nov 22 20:25:37 2005
New Revision: 348364

URL: http://svn.apache.org/viewcvs?rev=348364&view=rev
Log:
Use groupId/artifactId consistently instead of simply id

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

Modified: jakarta/commons/proper/attributes/trunk/unittest/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/unittest/project.xml?rev=348364&r1=348363&r2=348364&view=diff
==============================================================================
--- jakarta/commons/proper/attributes/trunk/unittest/project.xml (original)
+++ jakarta/commons/proper/attributes/trunk/unittest/project.xml Tue Nov 22 20:25:37 2005
@@ -56,7 +56,8 @@
         -->
         
         <dependency>
-            <id>qdox</id>
+            <groupId>qdox</groupId>
+            <artifactId>qdox</artifactId>
             <version>1.5</version>
         </dependency>       
         



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