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/12/12 11:53:09 UTC

svn commit: r356245 - /jakarta/commons/proper/launcher/trunk/project.xml

Author: dion
Date: Mon Dec 12 02:53:05 2005
New Revision: 356245

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

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

Modified: jakarta/commons/proper/launcher/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/launcher/trunk/project.xml?rev=356245&r1=356244&r2=356245&view=diff
==============================================================================
--- jakarta/commons/proper/launcher/trunk/project.xml (original)
+++ jakarta/commons/proper/launcher/trunk/project.xml Mon Dec 12 02:53:05 2005
@@ -20,8 +20,9 @@
   <pomVersion>3</pomVersion>
   
   <name>Commons Launcher</name>
-  <id>commons-launcher</id>
-  <currentVersion>1.1</currentVersion>
+  <groupId>commons-launcher</groupId>
+  <artifactId>commons-launcher</artifactId>
+  <currentVersion>1.2-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons Launcher</shortDescription>
   <description>
@@ -131,20 +132,31 @@
       <version>1.5.3-1</version>
     </dependency>
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0.4</version>
     </dependency>
     <dependency>
-      <id>commons-collections</id>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
       <version>2.1</version>
     </dependency>
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8.1</version>
     </dependency>
     <!-- these two are required by maven -->
-    <dependency><id>xml-apis</id><version>2.0.2</version></dependency>
-    <dependency><id>xerces</id><version>2.0.2</version></dependency>
+    <dependency>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
+      <version>2.0.2</version>
+    </dependency>
+    <dependency>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
+      <version>2.0.2</version>
+    </dependency>
     <!-- /these two are required by maven -->
   </dependencies>
 



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