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/29 03:32:23 UTC

svn commit: r349591 - /jakarta/commons/proper/jelly/trunk/jelly-tags/junit/project.xml

Author: dion
Date: Mon Nov 28 18:32:18 2005
New Revision: 349591

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

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/junit/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/junit/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/junit/project.xml?rev=349591&r1=349590&r2=349591&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/junit/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/junit/project.xml Mon Nov 28 18:32:18 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-junit</id>
+  <artifactId>commons-jelly-tags-junit</artifactId>
   <name>commons-jelly-tags-junit</name>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
 
@@ -39,7 +39,8 @@
   
     <!-- START for compilation -->
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <url>http://www.junit.org/</url>
     </dependency>
@@ -49,7 +50,8 @@
     <!-- START for running demos -->
 
     <dependency>
-      <id>commons-cli</id>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
       <version>1.0</version>
     </dependency>
         



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