Author: dion
Date: Sun Nov 27 17:14:47 2005
New Revision: 349337
URL: http://svn.apache.org/viewcvs?rev=349337&view=rev
Log:
Use groupId/artifactId consistently instead of simply id
Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml?rev=349337&r1=349336&r2=349337&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/interaction/project.xml Sun
Nov 27 17:14:47 2005
@@ -18,7 +18,7 @@
<project>
<extend>${basedir}/../tag-project.xml</extend>
- <id>commons-jelly-tags-interaction</id>
+ <artifactId>commons-jelly-tags-interaction</artifactId>
<name>commons-jelly-tags-interaction</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<package>org.apache.commons.jelly.tags.interaction</package>
@@ -39,20 +39,24 @@
<version>0.9.0</version>
</dependency>
<dependency>
- <id>commons-cli</id>
+ <groupId>commons-cli</groupId>
+ <artifactId>commons-cli</artifactId>
<version>1.0</version>
</dependency>
<!-- this is brought in by the commons-cli dependency -->
<dependency>
- <id>commons-lang</id>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
<version>2.0</version>
<properties>
<gump.runtime>true</gump.runtime>
</properties>
</dependency>
+
<dependency>
- <id>commons-discovery</id>
+ <groupId>commons-discovery</groupId>
+ <artifactId>commons-discovery</artifactId>
<version>20030211.213356</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]