You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gn...@apache.org on 2016/12/05 21:10:47 UTC

karaf git commit: [KARAF-4680] Karaf shell console (jline 3) leaves the terminal in "bad" state Upgrade to JLine 3.1.1

Repository: karaf
Updated Branches:
  refs/heads/master 634205b03 -> 0cf806b53


[KARAF-4680] Karaf shell console (jline 3) leaves the terminal in "bad" state
Upgrade to JLine 3.1.1

Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/0cf806b5
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/0cf806b5
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/0cf806b5

Branch: refs/heads/master
Commit: 0cf806b53565f3c2fa9812e46475adfe6430cefa
Parents: 634205b
Author: Guillaume Nodet <gn...@apache.org>
Authored: Mon Dec 5 22:09:59 2016 +0100
Committer: Guillaume Nodet <gn...@apache.org>
Committed: Mon Dec 5 22:10:17 2016 +0100

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/0cf806b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 21a8d1b..1d38a47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,7 +252,7 @@
         <hibernate.validator.version>5.3.3.Final</hibernate.validator.version>
         <jansi.version>1.14</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>
-        <jline.version>3.1.0</jline.version>
+        <jline.version>3.1.1</jline.version>
         <jsw.version>3.2.3</jsw.version>
         <log4j.version>1.2.17</log4j.version>
         <maven.version>2.0.9</maven.version>