Author: dion
Date: Wed Nov 30 21:12:28 2005
New Revision: 350166
URL: http://svn.apache.org/viewcvs?rev=350166&view=rev
Log:
Use groupId/artifactId consistently instead of simply id
Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/swt/project.xml
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/swt/project.xml
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/swt/project.xml?rev=350166&r1=350165&r2=350166&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/swt/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/swt/project.xml Wed Nov 30
21:12:28 2005
@@ -18,7 +18,7 @@
<project>
<extend>${basedir}/../tag-project.xml</extend>
- <id>commons-jelly-tags-swt</id>
+ <artifactId>commons-jelly-tags-swt</artifactId>
<name>commons-jelly-tags-swt</name>
<currentVersion>1.1-SNAPSHOT</currentVersion>
<package>org.apache.commons.jelly.tags.swt</package>
@@ -36,7 +36,8 @@
<!-- swt taglib -->
<dependency>
- <id>swt</id>
+ <groupId>swt</groupId>
+ <artifactId>swt</artifactId>
<!-- don't know how to support OS-dependent jars in Maven yet -->
<version>win32-2.1.0</version>
@@ -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>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]