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/12/08 14:38:32 UTC

svn commit: r355088 - /jakarta/commons/proper/latka/trunk/project.xml

Author: dion
Date: Thu Dec  8 05:38:28 2005
New Revision: 355088

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

Modified:
    jakarta/commons/proper/latka/trunk/project.xml

Modified: jakarta/commons/proper/latka/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/latka/trunk/project.xml?rev=355088&r1=355087&r2=355088&view=diff
==============================================================================
--- jakarta/commons/proper/latka/trunk/project.xml (original)
+++ jakarta/commons/proper/latka/trunk/project.xml Thu Dec  8 05:38:28 2005
@@ -18,7 +18,8 @@
   <pomVersion>3</pomVersion>
   
   <name>Latka</name>
-  <id>commons-latka</id>
+  <groupId>commons-latka</groupId>
+  <artifactId>commons-latka</artifactId>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   <inceptionYear>2002</inceptionYear>
   <shortDescription>
@@ -138,104 +139,125 @@
 
   <dependencies>
     <dependency>
-      <id>ant</id>
+      <groupId>ant</groupId>
+      <artifactId>ant</artifactId>
       <version>1.5</version>
       <url>http://jakarta.apache.org/ant/</url>
     </dependency>
     <dependency>
-      <id>ant+optional</id>
+      <groupId>ant</groupId>
+      <artifactId>ant-optional</artifactId>
       <version>1.5</version>
       <url>http://jakarta.apache.org/ant/</url>
     </dependency>
     <dependency>
-      <id>commons-httpclient</id>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
       <version>2.0</version>
       <url>http://jakarta.apache.org/commons/httpclient/</url>
     </dependency>
     <dependency>
-      <id>commons-jelly</id>
-      <version>SNAPSHOT</version>
-      <url>http://jakarta.apache.org/commons/sandbox/jelly</url>
+      <groupId>commons-jelly</groupId>
+      <artifactId>commons-jelly</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/jelly/</url>
     </dependency>
     <dependency>
-      <id>commons-jelly+tags-junit</id>
-      <version>SNAPSHOT</version>
+      <groupId>commons-jelly</groupId>
+      <artifactId>commons-jelly-tags-junit</artifactId>
+      <version>1.0</version>
       <url>http://jakarta.apache.org/commons/sandbox/jelly/tags/junit/</url>
     </dependency>
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0.1</version>
       <url>http://jakarta.apache.org/commons/logging</url>
     </dependency>
     <dependency>
-      <id>jaxen</id>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
       <version>1.0-FCS-full</version>
       <url>http://www.jaxen.org/</url>
     </dependency>
     <dependency>
-      <id>jdom</id>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
       <version>b7</version>
       <url>http://www.jdom.org</url>
     </dependency>
     <dependency>
-      <id>dom4j</id>
+      <groupId>dom4j</groupId>
+      <artifactId>dom4j</artifactId>
       <version>1.4-dev-7</version>
       <url>http://www.dom4j.org</url>
     </dependency>
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8</version>
       <url>http://junit.org/</url>
     </dependency>
     <dependency>
-      <id>log4j</id>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
       <version>1.2.4</version>
       <url>http://jakarta.apache.org/log4j/</url>
     </dependency>
     <dependency>
-      <id>regexp</id>
+      <groupId>regexp</groupId>
+      <artifactId>regexp</artifactId>
       <version>1.2</version>
       <url>http://jakarta.apache.org/regexp/</url>
     </dependency>
     <dependency>
-      <id>saxpath</id>
+      <groupId>saxpath</groupId>
+      <artifactId>saxpath</artifactId>
       <version>1.0-FCS</version>
       <url>http://www.jaxen.org/</url>
     </dependency>
     <dependency>
-      <id>servletapi</id>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
       <version>2.2</version>
-      <url>http://jakarta.apache.org/tomcat/</url>
+      <url>http://tomcat.apache.org/</url>
     </dependency>
     <dependency>
-      <id>xalan</id>
+      <groupId>xalan</groupId>
+      <artifactId>xalan</artifactId>
       <version>2.3.1</version>
       <url>http://xml.apache.org/xalan-j/</url>
     </dependency>
     <dependency>
-      <id>xerces</id>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
       <version>2.0.0</version>
       <url>http://xml.apache.org/xerces2-j/</url>
     </dependency>
     <dependency>
-      <id>xml-apis</id>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
       <version>1.0.b2</version>
       <url>http://xml.apache.org/commons/</url>
     </dependency>
     <!-- for jelly -->
     <dependency>
-      <id>commons-collections</id>
-      <version>2.0</version>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>2.1</version>
       <url>http://jakarta.apache.org/commons/collections/</url>
     </dependency>
     <dependency>
-      <id>commons-beanutils</id>
-      <version>1.4.1</version>
-      <url>http://jakarta.apache.org/comons/beanutils/</url>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
+      <version>1.6</version>
+      <url>http://jakarta.apache.org/commons/beanutils/</url>
     </dependency>
     <dependency>
-      <id>commons-jexl</id>
-      <version>1.0-beta-1</version>
+      <groupId>commons-jexl</groupId>
+      <artifactId>commons-jexl</artifactId>
+      <version>1.0</version>
+      <url>http://jakarta.apache.org/commons/jexl/</url>
     </dependency>
   </dependencies>
 



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