Author: dion
Date: Thu Dec  1 04:15:22 2005
New Revision: 350237

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

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

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml?rev=350237&r1=350236&r2=350237&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/threads/project.xml Thu Dec  
1 04:15:22 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-threads</id>
+  <artifactId>commons-jelly-tags-threads</artifactId>
   <name>commons-jelly-tags-threads</name>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.threads</package>
@@ -43,6 +43,9 @@
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/libs/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