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.12k stars 140 forks source link

Outdated "maven-metadata.xml" on Maven Central #159

Closed AlexisJehan closed 4 years ago

AlexisJehan commented 5 years ago

https://repo1.maven.org/maven2/org/fusesource/jansi/jansi/maven-metadata.xml

That is annoying because it tells that the last release is the 1.11 one instead of the 1.18 one. I guess that it will be fixed with the next deployment.

The issue itself may be from Maven side and not Jansi directly.

khmarbaise commented 5 years ago

Created an issue for the Central support https://issues.sonatype.org/browse/MVNCENTRAL-5264

hboutemy commented 4 years ago

@khmarbaise it seems MVNCENTRAL-5264 has not been fixed (private issue, can't look content) can you check, please?

khmarbaise commented 4 years ago

The JIRA ticket has been closed and marked solved but if I check the maven-metadata.xml it looks wrong ...furthermore the maven-metadata.xml file has a modified date of 2013 whereas other files are of 2017 ... ?

AlexisJehan commented 4 years ago

It may be fixed with the next release so...

AlexisJehan commented 4 years ago

Fixed with new releases.