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/01 13:46:50 UTC

svn commit: r350241 - in /jakarta/commons/proper: jexl/trunk/project.xml jxpath/trunk/project.xml

Author: dion
Date: Thu Dec  1 04:46:43 2005
New Revision: 350241

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

Modified:
    jakarta/commons/proper/jexl/trunk/project.xml
    jakarta/commons/proper/jxpath/trunk/project.xml

Modified: jakarta/commons/proper/jexl/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jexl/trunk/project.xml?rev=350241&r1=350240&r2=350241&view=diff
==============================================================================
--- jakarta/commons/proper/jexl/trunk/project.xml (original)
+++ jakarta/commons/proper/jexl/trunk/project.xml Thu Dec  1 04:46:43 2005
@@ -18,7 +18,8 @@
 
 <project>
   <pomVersion>3</pomVersion>
-  <id>commons-jexl</id>
+  <groupId>commons-jexl</groupId>
+  <artifactId>commons-jexl</artifactId>
   <inceptionYear>2003</inceptionYear>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <name>Commons JEXL</name>
@@ -116,11 +117,13 @@
   </developers>
   <dependencies>
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8.1</version>
     </dependency>
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0.3</version>
     </dependency>
   </dependencies>

Modified: jakarta/commons/proper/jxpath/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jxpath/trunk/project.xml?rev=350241&r1=350240&r2=350241&view=diff
==============================================================================
--- jakarta/commons/proper/jxpath/trunk/project.xml (original)
+++ jakarta/commons/proper/jxpath/trunk/project.xml Thu Dec  1 04:46:43 2005
@@ -17,8 +17,9 @@
 <project>
   <pomVersion>3</pomVersion>
   <name>JXPath</name>
-  <id>commons-jxpath</id>
-  <currentVersion>1.2</currentVersion>
+  <groupId>commons-jxpath</groupId>
+  <artifactId>commons-jxpath</artifactId>
+  <currentVersion>1.3-SNAPSHOT</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>XPath for Java Objects</shortDescription>
   <description>A package of Java utility methods for accessing and modifying object properties</description>
@@ -92,41 +93,50 @@
   
   <dependencies>
     <dependency>
-      <id>xerces</id>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
       <version>1.2.3</version>
     </dependency>
     <dependency>
-      <id>servletapi</id>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
       <version>2.2</version>
     </dependency>
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <!-- type>required</type-->
       <version>3.8</version>
     </dependency>
     <dependency>
-      <id>ant+optional</id>
+      <groupId>ant</groupId>
+      <artifactId>ant-optional</artifactId>
       <version>1.5.1</version>
     </dependency>
     <dependency>
-      <id>xml-apis</id>
+      <groupId>xml-apis</groupId>
+      <artifactId>xml-apis</artifactId>
       <version>2.0.2</version>
     </dependency>
     <dependency>
-      <id>jdom</id>
+      <groupId>jdom</groupId>
+      <artifactId>jdom</artifactId>
       <version>1.0</version>
       <url>http://www.jdom.org</url> 
     </dependency>
     <dependency> 
-      <id>commons-beanutils</id>
+      <groupId>commons-beanutils</groupId>
+      <artifactId>commons-beanutils</artifactId>
       <version>1.4</version>
     </dependency>
     <dependency> 
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency> 
-      <id>commons-collections</id> 
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
       <version>2.0</version> 
     </dependency> 
 



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