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/27 11:48:40 UTC

svn commit: r349202 - /jakarta/commons/proper/io/trunk/project.xml

Author: dion
Date: Sun Nov 27 02:48:35 2005
New Revision: 349202

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

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

Modified: jakarta/commons/proper/io/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/project.xml?rev=349202&r1=349201&r2=349202&view=diff
==============================================================================
--- jakarta/commons/proper/io/trunk/project.xml (original)
+++ jakarta/commons/proper/io/trunk/project.xml Sun Nov 27 02:48:35 2005
@@ -18,7 +18,8 @@
   <pomVersion>3</pomVersion>
 
   <name>IO</name>
-  <id>commons-io</id>
+  <groupId>commons-io</groupId>
+  <artifactId>commons-io</artifactId>
   <currentVersion>1.2-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons IO</shortDescription>
@@ -200,7 +201,8 @@
 
   <dependencies>
     <!--dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8.1</version>
     </dependency-->
   </dependencies>



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