You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/06/12 23:43:07 UTC

svn commit: r1492440 - /accumulo/trunk/pom.xml

Author: ctubbsii
Date: Wed Jun 12 21:43:07 2013
New Revision: 1492440

URL: http://svn.apache.org/r1492440
Log:
ACCUMULO-1442 Use latest JLine2

Modified:
    accumulo/trunk/pom.xml

Modified: accumulo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/accumulo/trunk/pom.xml?rev=1492440&r1=1492439&r2=1492440&view=diff
==============================================================================
--- accumulo/trunk/pom.xml (original)
+++ accumulo/trunk/pom.xml Wed Jun 12 21:43:07 2013
@@ -192,7 +192,7 @@
       <dependency>
         <groupId>jline</groupId>
         <artifactId>jline</artifactId>
-        <version>2.10</version>
+        <version>2.11</version>
       </dependency>
       <dependency>
         <groupId>junit</groupId>