Author: brett
Date: Thu Sep 4 20:37:51 2008
New Revision: 692328
URL: http://svn.apache.org/viewvc?rev=692328&view=rev
Log:
updated CLI dependency to the current group ID and version
Modified:
commons/sandbox/finder/trunk/pom.xml
Modified: commons/sandbox/finder/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/finder/trunk/pom.xml?rev=692328&r1=692327&r2=692328&view=diff
==============================================================================
--- commons/sandbox/finder/trunk/pom.xml (original)
+++ commons/sandbox/finder/trunk/pom.xml Thu Sep 4 20:37:51 2008
@@ -19,9 +19,9 @@
<version>1.3</version>
</dependency>
<dependency>
- <groupId>commons-cli</groupId>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-cli</artifactId>
- <version>SNAPSHOT</version>
+ <version>2.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>