fusesource / jansi

Jansi is a small java library that allows you to use ANSI escape sequences to format your console output which works even on windows.
http://fusesource.github.io/jansi/
Apache License 2.0
1.11k stars 140 forks source link

Need 1.17.1 release #114

Closed dantran closed 6 years ago

dantran commented 6 years ago

The current latest has a fix for maven 3.5.3 windows jansi issue

https://mail-archives.apache.org/mod_mbox/maven-dev/201803.mbox/browser

famod commented 6 years ago

Do you mean the fix for #110? If yes: I created a corresponding ticket for Maven, see https://issues.apache.org/jira/browse/MNG-6382.

hboutemy commented 6 years ago

I just updated Jira issues to better document the 2 issues that hit Maven: at Jansi level, it's #107 and #110 At Maven level, corresponding issues are https://issues.apache.org/jira/browse/MNG-6372 and https://issues.apache.org/jira/browse/MNG-6382

stephenc commented 6 years ago

Any progress? I'd like to roll Maven 3.5.4 with these fixes when they are ready

hboutemy commented 6 years ago

@gnodet Guillaume, please?

gnodet commented 6 years ago

Done weeks ago... https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/1.17.1/

hboutemy commented 6 years ago

oh, sorry, didn't check I'll add a link in the README...

thank you

hboutemy commented 6 years ago

notice: the Git commits for the release and the tag were not pushed can you push them to a branch, please? I'll update the current content to not be 1.17.1-SNAPSHOT any more

gnodet commented 6 years ago

Opps, sorry. I had to cherry-pick your changes and force push.