You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by eb...@apache.org on 2005/04/14 14:11:33 UTC

svn commit: r161261 - jakarta/commons/proper/configuration/trunk/project.xml

Author: ebourg
Date: Thu Apr 14 05:11:33 2005
New Revision: 161261

URL: http://svn.apache.org/viewcvs?view=rev&rev=161261
Log:
Updated the project descriptor to use the commons-logging-api artifact instead of commons-logging and the groupId/artifactId tags instead of id (suggested by Brett Porter)

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

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&r1=161260&r2=161261
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Thu Apr 14 05:11:33 2005
@@ -161,11 +161,11 @@
     </developer>
 	
 	<developer>
-		<name>Oliver Heger</name>
-		<id>oheger</id>
-		<email>oliver.heger@t-online.de</email>
-		<organization>University Marburg</organization>
-		<timezone>+1</timezone>
+      <name>Oliver Heger</name>
+      <id>oheger</id>
+      <email>oliver.heger@t-online.de</email>
+      <organization>University Marburg</organization>
+      <timezone>+1</timezone>
 	</developer>
 
   </developers>
@@ -216,7 +216,7 @@
 
     <dependency>
       <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
+      <artifactId>commons-logging-api</artifactId>
       <version>1.0.4</version>
       <properties>
         <war.bundle>true</war.bundle>
@@ -271,7 +271,8 @@
     </dependency>
 
     <dependency>
-      <id>servletapi</id>
+      <groupId>servletapi</groupId>
+      <artifactId>servletapi</artifactId>
       <version>2.3</version>
     </dependency>
 
@@ -320,12 +321,14 @@
     </dependency>
 
     <dependency>
-      <id>mockobjects:mockobjects-core</id>
+      <groupId>mockobjects</groupId>
+      <artifactId>mockobjects-core</artifactId>
       <version>0.09</version>
     </dependency>
 
     <dependency>
-      <id>mockobjects:mockobjects-jdk1.4-j2ee1.3</id>
+      <groupId>mockobjects</groupId>
+      <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
       <version>0.09</version>
     </dependency>
 



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