dion 2003/01/27 19:39:28
Modified: src/plugins-build/console project.xml
Log:
Change to groupId and artifactId for dependencies
Revision Changes Path
1.2 +4 -2 jakarta-turbine-maven/src/plugins-build/console/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/console/project.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- project.xml 24 Jan 2003 03:45:06 -0000 1.1
+++ project.xml 28 Jan 2003 03:39:28 -0000 1.2
@@ -39,7 +39,8 @@
<dependencies>
<dependency>
- <id>commons-jelly+tags-interaction</id>
+ <groupId>commons-jelly</groupId>
+ <artifactId>commons-jelly-tags-interaction</artifactId>
<version>SNAPSHOT</version>
<properties>
<classloader>root.maven</classloader>
@@ -47,7 +48,8 @@
</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]>