Author: mostarda
Date: Sat Mar 24 17:09:12 2012
New Revision: 1304865
URL: http://svn.apache.org/viewvc?rev=1304865&view=rev
Log:
Fixed commons-cli version to latest available on mvnrepository.com
Modified:
incubator/any23/trunk/pom.xml
Modified: incubator/any23/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/any23/trunk/pom.xml?rev=1304865&r1=1304864&r2=1304865&view=diff
==============================================================================
--- incubator/any23/trunk/pom.xml (original)
+++ incubator/any23/trunk/pom.xml Sat Mar 24 17:09:12 2012
@@ -247,7 +247,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>2.0</version>
+ <version>1.2</version>
</dependency>
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>