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:27:26 UTC

svn commit: r348096 - /jakarta/commons/proper/discovery/trunk/project.xml

Author: dion
Date: Mon Nov 21 21:27:22 2005
New Revision: 348096

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

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

Modified: jakarta/commons/proper/discovery/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/discovery/trunk/project.xml?rev=348096&r1=348095&r2=348096&view=diff
==============================================================================
--- jakarta/commons/proper/discovery/trunk/project.xml (original)
+++ jakarta/commons/proper/discovery/trunk/project.xml Mon Nov 21 21:27:22 2005
@@ -19,8 +19,9 @@
   <pomVersion>3</pomVersion>
   
   <name>Discovery</name>
-  <id>commons-discovery</id>
-  <currentVersion>0.3</currentVersion>
+  <groupId>commons-discovery</groupId>
+  <artifactId>commons-discovery</artifactId>
+  <currentVersion>0.4-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons Discovery</shortDescription>
   <description>Commons Discovery</description>
@@ -119,12 +120,14 @@
   <dependencies>
 
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0.3</version>
     </dependency>
 
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.7</version>
     </dependency>
 



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