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/28 03:46:51 UTC

svn commit: r349346 - /jakarta/commons/proper/jelly/trunk/jelly-tags/jaxme/project.xml

Author: dion
Date: Sun Nov 27 18:46:47 2005
New Revision: 349346

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

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

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jaxme/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jaxme/project.xml?rev=349346&r1=349345&r2=349346&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jaxme/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jaxme/project.xml Sun Nov 27 18:46:47 2005
@@ -19,9 +19,9 @@
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
   <pomVersion>3</pomVersion>
-  <id>commons-jelly-tags-jaxme</id>
+  <artifactId>commons-jelly-tags-jaxme</artifactId>
   <name>commons-jelly-tags-jaxme</name>
-  <currentVersion>1.0</currentVersion>
+  <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.commons.jelly.tags.jaxme</package>
   <logo/>
@@ -36,7 +36,8 @@
   </versions>
   <dependencies>
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0.3</version>
     </dependency>
     <!-- TODO: These versions probably want updating -->



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