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:20:00 UTC

svn commit: r349555 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml

Author: dion
Date: Mon Nov 28 15:19:55 2005
New Revision: 349555

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

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

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml?rev=349555&r1=349554&r2=349555&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jms/project.xml Mon Nov 28 15:19:55 2005
@@ -16,7 +16,7 @@
 -->
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-jms</id>
+  <artifactId>commons-jelly-tags-jms</artifactId>
   <name>commons-jelly-tags-jms</name>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.jms</package>
@@ -39,12 +39,14 @@
     <!-- START for compilation -->
   
     <dependency>
-      <id>commons-messenger</id>
+      <groupId>commons-messenger</groupId>
+      <artifactId>commons-messenger</artifactId>
       <version>1.0-dev-8</version>
     </dependency>
     
     <dependency>
-      <id>jms</id>
+      <groupId>jms</groupId>
+      <artifactId>jms</artifactId>
       <version>1.0.2b</version>
       <url>http://java.sun.com/products/jms/</url>
     </dependency>



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