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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]