Author: edwardyoon
Date: Mon Feb 3 12:59:43 2014
New Revision: 1563867
URL: http://svn.apache.org/r1563867
Log:
HAMA-859: change the version of commons-cli
Modified:
hama/trunk/core/pom.xml
hama/trunk/pom.xml
Modified: hama/trunk/core/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/core/pom.xml?rev=1563867&r1=1563866&r2=1563867&view=diff
==============================================================================
--- hama/trunk/core/pom.xml (original)
+++ hama/trunk/core/pom.xml Mon Feb 3 12:59:43 2014
@@ -132,7 +132,7 @@
<artifactId>zookeeper</artifactId>
</dependency>
<dependency>
- <groupId>org.apache.mahout.commons</groupId>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-cli</artifactId>
</dependency>
</dependencies>
Modified: hama/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/pom.xml?rev=1563867&r1=1563866&r2=1563867&view=diff
==============================================================================
--- hama/trunk/pom.xml (original)
+++ hama/trunk/pom.xml Mon Feb 3 12:59:43 2014
@@ -87,8 +87,7 @@
<properties>
<!-- Dependencies -->
<commons-logging.version>1.1.1</commons-logging.version>
- <commons-cli.version>1.2</commons-cli.version>
- <commons-cli2.version>2.0-mahout</commons-cli2.version>
+ <commons-cli.version>2.0-SNAPSHOT</commons-cli.version>
<commons-configuration>1.7</commons-configuration>
<commons-lang>2.6</commons-lang>
<commons-httpclient>3.0.1</commons-httpclient>
@@ -183,7 +182,7 @@
<version>${commons-logging.version}</version>
</dependency>
<dependency>
- <groupId>commons-cli</groupId>
+ <groupId>org.apache.commons</groupId>
<artifactId>commons-cli</artifactId>
<version>${commons-cli.version}</version>
</dependency>