You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2017/05/12 19:49:18 UTC

[14/18] maven git commit: [MNG-6205] upgraded JAnsi to 1.16 for console encoding fix

[MNG-6205] upgraded JAnsi to 1.16 for console encoding fix

also fixes MNG-6218 MinGW bash detection fixed by JAnsi 1.14

Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/605ff23e
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/605ff23e
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/605ff23e

Branch: refs/heads/MNG-6169_2/not-updated-MJAR-MCOMPILER
Commit: 605ff23e62a3efdaf2cdf4d44207d4f2253bc38b
Parents: 08d6cbf
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sat May 6 18:25:36 2017 +0200
Committer: Michael Osipov <mi...@apache.org>
Committed: Fri May 12 21:46:10 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/605ff23e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2962487..e16d93b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -277,7 +277,7 @@ under the License.
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.13</version>
+        <version>1.16</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>