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 05:23:04 UTC

svn commit: r349624 - /jakarta/commons/proper/jelly/trunk/jelly-tags/swing/project.xml

Author: dion
Date: Mon Nov 28 20:23:00 2005
New Revision: 349624

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

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

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/swing/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swing/project.xml?rev=349624&r1=349623&r2=349624&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/swing/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/swing/project.xml Mon Nov 28 20:23:00 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-swing</id>
+  <artifactId>commons-jelly-tags-swing</artifactId>
   <name>JellySwing</name>
   <currentVersion>1.1-SNAPSHOT</currentVersion>
 
@@ -88,7 +88,8 @@
     <!-- START for 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