You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/11/29 00:23:14 UTC

svn commit: r349556 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jmx/project.xml

Author: dion
Date: Mon Nov 28 15:23:08 2005
New Revision: 349556

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

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

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jmx/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jmx/project.xml?rev=349556&r1=349555&r2=349556&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jmx/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jmx/project.xml Mon Nov 28 15:23:08 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-jmx</id>
+  <artifactId>commons-jelly-tags-jmx</artifactId>
   <name>commons-jelly-tags-jmx</name>
   <currentVersion>1.0</currentVersion>
 
@@ -49,7 +49,8 @@
     </dependency>
       
     <dependency>
-      <id>mx4j+jmx</id>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j-jmx</artifactId>
       <version>1.1.1</version>
       <properties>
         <gump.project>mx4j</gump.project>
@@ -66,6 +67,9 @@
       <artifactId>commons-jelly-tags-log</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/tags/log/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
       
     <dependency>
@@ -73,16 +77,27 @@
       <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>
 
     <dependency>
-      <id>mx4j+tools</id>
+      <groupId>mx4j</groupId>
+      <artifactId>mx4j-tools</artifactId>
       <version>1.1.1</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     
     <dependency>
-      <id>commons-cli</id>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
       <version>1.0</version>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
       
     <!-- END for test -->



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org