Author: weaver
Date: Thu Jul 14 11:58:44 2005
New Revision: 219073
URL: http://svn.apache.org/viewcvs?rev=219073&view=rev
Log:
changed from using groupId and artifactId to use
<id>{group_id}:{artifact_id}</id>
Modified:
portals/jetspeed-2/trunk/maven-plugin/project.xml
Modified: portals/jetspeed-2/trunk/maven-plugin/project.xml
URL:
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/maven-plugin/project.xml?rev=219073&r1=219072&r2=219073&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/maven-plugin/project.xml (original)
+++ portals/jetspeed-2/trunk/maven-plugin/project.xml Thu Jul 14 11:58:44 2005
@@ -43,15 +43,13 @@
</properties>
</dependency>
<dependency>
- <groupId>maven-plugins</groupId>
- <artifactId>maven-torque-plugin</artifactId>
+ <id>maven-plugins:maven-torque-plugin</id>
<version>3.2</version>
<type>plugin</type>
<properties/>
</dependency>
<dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
+ <id>commons-logging</id>
<version>1.0.3</version>
<type>jar</type>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]