Author: dion
Date: Mon Nov 21 20:53:35 2005
New Revision: 348082

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

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

Modified: jakarta/commons/proper/betwixt/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/trunk/project.xml?rev=348082&r1=348081&r2=348082&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/trunk/project.xml (original)
+++ jakarta/commons/proper/betwixt/trunk/project.xml Mon Nov 21 20:53:35 2005
@@ -162,7 +162,8 @@
   <dependencies>
     
     <dependency>
-      <id>commons-logging</id>
+      <groupId>commons-logging</groupId>
+      <artifactId>commons-logging</artifactId>
       <version>1.0.2</version>
       <url>http://jakarta.apache.org/commons/logging/</url>
     </dependency>
@@ -183,7 +184,8 @@
 
 <!-- runtime dependencies only required for testing and sample programs -->
     <dependency>
-      <id>xerces</id>
+      <groupId>xerces</groupId>
+      <artifactId>xerces</artifactId>
       <version>2.4.0</version>
       <url>http://xml.apache.org/xerces2-j/index.html</url>
       <properties>
@@ -192,7 +194,8 @@
     </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>
       <properties>
@@ -202,7 +205,8 @@
 
        <!-- for unit tests -->
     <dependency>
-      <id>junit</id>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
       <version>3.8.1</version>
       <url>http://www.junit.org</url>
       <properties>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to