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

svn commit: r350242 - /jakarta/commons/proper/lang/trunk/project.xml

Author: dion
Date: Thu Dec  1 04:51:41 2005
New Revision: 350242

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

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

Modified: jakarta/commons/proper/lang/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/lang/trunk/project.xml?rev=350242&r1=350241&r2=350242&view=diff
==============================================================================
--- jakarta/commons/proper/lang/trunk/project.xml (original)
+++ jakarta/commons/proper/lang/trunk/project.xml Thu Dec  1 04:51:41 2005
@@ -363,12 +363,13 @@
     <!-- Lang should depend on very little -->
     <dependencies>
         <dependency>
-            <id>junit</id>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
             <version>3.8.1</version>
         </dependency>
         <!--
     <dependency>
-      <groupId>maven-pluginss</groupId>
+      <groupId>maven-plugins</groupId>
       <artifactId>maven-findbugs-plugin</artifactId>
       <version>0.7.1</version>
       <url>http://maven-plugins.sourceforge.net/maven-findbugs-plugin/</url>



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