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/22 06:17:07 UTC

svn commit: r348089 - /jakarta/commons/proper/codec/trunk/project.xml

Author: dion
Date: Mon Nov 21 21:17:01 2005
New Revision: 348089

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

Modified:
    jakarta/commons/proper/codec/trunk/project.xml

Modified: jakarta/commons/proper/codec/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/codec/trunk/project.xml?rev=348089&r1=348088&r2=348089&view=diff
==============================================================================
--- jakarta/commons/proper/codec/trunk/project.xml (original)
+++ jakarta/commons/proper/codec/trunk/project.xml Mon Nov 21 21:17:01 2005
@@ -185,7 +185,8 @@
     </contributors>
     <dependencies>
         <dependency>
-            <id>junit</id>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
             <version>3.8.1</version>
             <url>http://www.junit.org</url>
             <properties>



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