You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/05/17 20:50:51 UTC

svn commit: r1339792 - in /whirr/trunk: CHANGES.txt cli/pom.xml examples/pom.xml pom.xml

Author: asavu
Date: Thu May 17 18:50:51 2012
New Revision: 1339792

URL: http://svn.apache.org/viewvc?rev=1339792&view=rev
Log:
WHIRR-587. Update version of jopt-simple (from 3.2 to 4.3) (asavu)

Modified:
    whirr/trunk/CHANGES.txt
    whirr/trunk/cli/pom.xml
    whirr/trunk/examples/pom.xml
    whirr/trunk/pom.xml

Modified: whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1339792&r1=1339791&r2=1339792&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Thu May 17 18:50:51 2012
@@ -92,6 +92,8 @@ Trunk (unreleased changes)
 
     WHIRR-591. Maven profile for Karaf itests (inactive by default) (asavu)
 
+    WHIRR-587. Update version of jopt-simple (from 3.2 to 4.3) (asavu)
+
   BUG FIXES
 
     WHIRR-582. Yarn service does not build in IntelliJ because of missing Hadoop test dependencies (Frank Scholten)

Modified: whirr/trunk/cli/pom.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/cli/pom.xml?rev=1339792&r1=1339791&r2=1339792&view=diff
==============================================================================
--- whirr/trunk/cli/pom.xml (original)
+++ whirr/trunk/cli/pom.xml Thu May 17 18:50:51 2012
@@ -150,7 +150,7 @@
     <dependency>
       <groupId>net.sf.jopt-simple</groupId>
       <artifactId>jopt-simple</artifactId>
-      <version>3.2</version>
+      <version>${jopt.simple.version}</version>
     </dependency>
   </dependencies>
   <build>

Modified: whirr/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/examples/pom.xml?rev=1339792&r1=1339791&r2=1339792&view=diff
==============================================================================
--- whirr/trunk/examples/pom.xml (original)
+++ whirr/trunk/examples/pom.xml Thu May 17 18:50:51 2012
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>net.sf.jopt-simple</groupId>
       <artifactId>jopt-simple</artifactId>
-      <version>3.2</version>
+      <version>${jopt.simple.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.hadoop</groupId>

Modified: whirr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1339792&r1=1339791&r2=1339792&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Thu May 17 18:50:51 2012
@@ -74,7 +74,7 @@
     <jackson.version>1.5.2</jackson.version>
     <jclouds.version>1.4.0</jclouds.version>
     <jdom.version>1.1</jdom.version>
-    <jopt.simple.version>3.2</jopt.simple.version>
+    <jopt.simple.version>4.3</jopt.simple.version>
     <jsch.version>0.1.44-1</jsch.version>
     <junit.version>4.8.1</junit.version>
     <log4j.version>1.2.16</log4j.version>