dion 2003/01/26 21:38:17
Modified: jelly/jelly-tags/jsl project.xml
Log:
Rename various dependencies - appears to be a maven bug
Revision Changes Path
1.14 +8 -4 jakarta-commons-sandbox/jelly/jelly-tags/jsl/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/jelly-tags/jsl/project.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- project.xml 27 Jan 2003 05:24:17 -0000 1.13
+++ project.xml 27 Jan 2003 05:38:16 -0000 1.14
@@ -32,7 +32,8 @@
</dependency>
<dependency>
- <id>commons-jelly+tags-xml</id>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-xml</artifactId>
<version>SNAPSHOT</version>
<properties>
<classloader>root.maven</classloader>
@@ -46,7 +47,8 @@
<!-- below for testing, pulled in by ant taglib -->
<dependency>
- <id>commons-jelly+tags-ant</id>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-ant</artifactId>
<version>SNAPSHOT</version>
<properties>
<classloader>root.maven</classloader>
@@ -55,13 +57,15 @@
</dependency>
<dependency>
- <id>commons-jelly+tags-junit</id>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-junit</artifactId>
<version>SNAPSHOT</version>
<url>http://jakarta.apache.org/commons/sandbox/jelly/tags/log/</url>
</dependency>
<dependency>
- <id>commons-jelly+tags-log</id>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-log</artifactId>
<version>SNAPSHOT</version>
<properties>
<classloader>root.maven</classloader>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>