mojohaus / versions

Versions Maven Plugin
https://www.mojohaus.org/versions/versions-maven-plugin/
Apache License 2.0
337 stars 267 forks source link

Release versions-maven-plugin 2.6 #269

Closed nhojpatrick closed 6 years ago

nhojpatrick commented 6 years ago

Is 2.6 ready to be release? e.g. I'm after the fixes that have been done to correctly support maven-enforcer-plugin

ghost commented 6 years ago

FWIW, you can use the 2.6 snapshots from https://oss.sonatype.org/content/repositories/snapshots/org/codehaus/mojo/versions-maven-plugin/2.6-SNAPSHOT/ .

nhojpatrick commented 6 years ago

@alexmonthy unable to use SNAPSHOT due to repo manager won't download them. Have checked on 2.6-SNAPSHOT works but can't use it at work

giacgbj commented 6 years ago

I've tried this snapshot and I found out that the only way to obtain a list of the upgradable plugins is to remove them from ~/.m2/repository/! The command I use is: mvn org.codehaus.mojo:versions-maven-plugin:2.6-SNAPSHOT:display-plugin-updates and I use Maven 3.5.3.

What's happening?

yoosiba commented 6 years ago

last release is year old, and does not contain some fixes like #48 I also look forward to the release.

dannil commented 6 years ago

@giacgbj I have recently run into this problem on my Windows machine, where I get different lists of upgradeable plugins depending on if I run mvn org.codehaus.mojo:versions-maven-plugin:2.6-SNAPSHOT:display-plugin-updates in my Linux subsystem or from the command prompt, since they have different repositories. Have you been able to reproduce the problem? I might take a look at the problem in the coming weeks, feel free to create an issue in the meantime.

dannil commented 6 years ago

@giacgbj The behavior is the result of the plugin reading the cached XML-files for the version data, instead of explicitly updating all the repositories every time (which would take up alot of bandwidth). Running Maven with the -U flag forces an update of the artifacts and the plugin works as expected.

ST-DDT commented 6 years ago

Which tasks have to be completed before the next release? Or is there something like a release window during which any scheduled releases take place?

tzok commented 6 years ago

+1 I also vote for a new version release.

mikeobr commented 6 years ago

Who has permissions to do a release?

dannil commented 6 years ago

@mikeobr checking the release history it seems like @khmarbaise and @olamy has (at least some) permissions.

khmarbaise commented 6 years ago

Hi, I have started the release process cause there is some need of an update of the plugin....

khmarbaise commented 6 years ago

I've started the VOTE process https://groups.google.com/forum/#!topic/mojohaus-dev/WUErj-rMhHg please VOTE for it....

khmarbaise commented 6 years ago

Release done.

PascalSchumacher commented 6 years ago

Thank you very much! :+1: