Author: dion
Date: Mon Nov 28 20:00:44 2005
New Revision: 349609
URL: http://svn.apache.org/viewcvs?rev=349609&view=rev
Log:
Use groupId/artifactId consistently instead of simply id
Modified:
jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml
Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml?rev=349609&r1=349608&r2=349609&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/ojb/project.xml Mon Nov 28 20:00:44 2005
@@ -16,7 +16,7 @@
-->
<project>
<extend>${basedir}/../tag-project.xml</extend>
- <id>commons-jelly-tags-ojb</id>
+ <artifactId>commons-jelly-tags-ojb</artifactId>
<name>commons-jelly-tags-ojb</name>
<currentVersion>1.0</currentVersion>
@@ -39,7 +39,8 @@
<!-- ojb taglib -->
<dependency>
- <id>ojb</id>
+ <groupId>ojb</groupId>
+ <artifactId>ojb</artifactId>
<version>0.9.6</version>
<properties>
<gump.project>db-ojb-from-packages</gump.project>
@@ -47,7 +48,8 @@
</dependency>
<dependency>
- <id>commons-lang</id>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
<version>1.0</version>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|