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 12:46:32 UTC

svn commit: r356250 - /jakarta/commons/proper/modeler/trunk/project.xml

Author: dion
Date: Mon Dec 12 03:46:25 2005
New Revision: 356250

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

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

Modified: jakarta/commons/proper/modeler/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/modeler/trunk/project.xml?rev=356250&r1=356249&r2=356250&view=diff
==============================================================================
--- jakarta/commons/proper/modeler/trunk/project.xml (original)
+++ jakarta/commons/proper/modeler/trunk/project.xml Mon Dec 12 03:46:25 2005
@@ -20,8 +20,8 @@
   <pomVersion>3</pomVersion>
   
   <name>Modeler</name>
-  <id>commons-modeler</id>
-  <currentVersion>1.1</currentVersion>
+  <groupId>commons-modeler</groupId>
+  <currentVersion>1.2-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>Commons Modeler</shortDescription>
   <description>
@@ -91,37 +91,44 @@
   <dependencies>
 
     <dependency>
-      <id>commons-digester</id>
+      <groupId>commons-digester</groupId>
+      <artifactId>commons-digester</artifactId>
       <version>1.2</version>
     </dependency>
 
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0</version>
     </dependency>
 
     <dependency>
-      <id>mx4j+jmx</id>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j-jmx</artifactId>
       <version>1.1</version>
     </dependency>
 
     <dependency>
-      <id>mx4j+tools</id>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j-tools</artifactId>
       <version>1.1</version>
     </dependency>
 
     <dependency>
-      <id>xml-apis</id>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
       <version>2.0.2</version>
     </dependency>
 
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.7</version>
     </dependency>
 
     <dependency>
-      <id>ant</id>
+      <groupId>ant</groupId>
+      <artifactId>ant</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