Author: dion
Date: Thu Dec  1 04:17:44 2005
New Revision: 350238

URL: http://svn.apache.org/viewcvs?rev=350238&view=rev
Log:
Use groupId/artifactId consistently instead of simply id

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml?rev=350238&r1=350237&r2=350238&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/util/project.xml Thu Dec  1 
04:17:44 2005
@@ -18,7 +18,7 @@
 
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-util</id>
+  <artifactId>commons-jelly-tags-util</artifactId>
   <name>commons-jelly-tags-util</name>
   <currentVersion>1.1.2-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.util</package>
@@ -44,7 +44,8 @@
   <dependencies>
     <!-- START for compilation -->
     <dependency>
-      <id>commons-lang</id>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
       <version>2.0</version>
     </dependency>
     <dependency>
@@ -61,6 +62,9 @@
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <!-- END for test -->
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to