You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/06/16 06:42:26 UTC

maven git commit: [MNG-6046] upgrade JAnsi from 1.12 to 1.13

Repository: maven
Updated Branches:
  refs/heads/master cdc87a909 -> bcaad5668


[MNG-6046] upgrade JAnsi from 1.12 to 1.13

now color should not make BSD users unable to use Maven
thank you to JAnsi maintainers for merging PRs and doing the release

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

Branch: refs/heads/master
Commit: bcaad5668ead035e2c2cae7971b9ebed33fa82b9
Parents: cdc87a9
Author: Herv� Boutemy <hb...@apache.org>
Authored: Thu Jun 16 08:42:18 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Thu Jun 16 08:42:18 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/maven/blob/bcaad566/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4a22e9d..6698f94 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@ under the License.
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>1.12</version>
+        <version>1.13</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>