Re: [ANN] Versions Maven Plugin 2.9.0 Released

2022-01-21 Thread Konrad Windszus
Hi,
first of all thanks a lot for the release.
Unfortunately, I also experienced display-plugin-updates hanging and reported 
this in https://github.com/mojohaus/versions-maven-plugin/issues/538 
.
Hopefully this regression can be fixed soon.
Konrad

> On 21. Jan 2022, at 12:28, Delany  wrote:
> 
> Hi. I still can't display plugin updates with the latest version of the
> plugin (2.9.0)
> 
> `./mvnw -N versions:display-plugin-updates -DgenerateBackupPoms=false -X`
> 
> In the output I see
> 
> [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for
> apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
> 
> [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for
> snapshots (http://snapshots.maven.codehaus.org/maven2).
> 
> [DEBUG] Using mirror presto-central (
> http://presto:8081/repository/maven-central/) for central (
> http://repo1.maven.org/maven2).
> 
> [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for
> apache.snapshots (http://people.apache.org/maven-snapshot-repository).
> 
> Presto is mine, but what are these other repositories?
> 
> And further down
> 
> [DEBUG] super-pom version map
> 
> 
>org.apache.maven.plugins:maven-clean-plugin:2.5
> 
> 
>org.apache.maven.plugins:maven-install-plugin:2.4
> 
> 
>org.apache.maven.plugins:maven-deploy-plugin:2.7
> 
> 
>org.apache.maven.plugins:maven-site-plugin:3.3
> 
> 
>org.apache.maven.plugins:maven-antrun-plugin:1.3
> 
> 
>org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5
> 
> 
>org.apache.maven.plugins:maven-dependency-plugin:2.8
> 
> 
>org.apache.maven.plugins:maven-release-plugin:2.5.3
> 
> 
>org.apache.maven.plugins:maven-source-plugin:null
> 
> 
>org.apache.maven.plugins:maven-javadoc-plugin:null
> 
> 
> [DEBUG] parent version map
> 
> 
> [DEBUG] aggregate version map
> 
> 
>org.apache.maven.plugins:maven-clean-plugin:2.5
> 
> 
>org.apache.maven.plugins:maven-release-plugin:2.5.3
> 
> 
>org.apache.maven.plugins:maven-install-plugin:2.4
> 
> 
>org.apache.maven.plugins:maven-dependency-plugin:2.8
> 
> 
>org.apache.maven.plugins:maven-site-plugin:3.3
> 
> 
>org.apache.maven.plugins:maven-source-plugin:null
> 
> 
>org.apache.maven.plugins:maven-javadoc-plugin:null
> 
> 
>org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5
> 
> 
>org.apache.maven.plugins:maven-deploy-plugin:2.7
> 
> 
>org.apache.maven.plugins:maven-antrun-plugin:1.3
> 
> 
> [DEBUG] final aggregate version map
> 
> 
>org.apache.maven.plugins:maven-release-plugin:2.5.3
> 
> 
>org.apache.maven.plugins:maven-javadoc-plugin:null
> 
> at which point it hangs using all of a CPU core and no network. What's up
> here?
> 
> Thanks,
> Delany
> 
> 
> On Fri, 21 Jan 2022 at 12:05, Stefan Seifert
>  wrote:
> 
>> Hi,
>> 
>> The Mojo team is pleased to announce the release of the Versions Maven
>> Plugin version 2.9.0.
>> 
>> The Versions Plugin is used when you want to manage the versions of
>> artifacts in a project's POM.
>> 
>> https://www.mojohaus.org/versions-maven-plugin/
>> 
>> To get this update, simply specify the version in your project's plugin
>> configuration:
>> 
>> 
>>  org.codehaus.mojo
>>  versions-maven-plugin
>>  2.9.0
>> 
>> 
>> Release Notes
>> 
>> https://github.com/mojohaus/versions-maven-plugin/releases/tag/versions-maven-plugin-2.9.0
>> 
>> Enjoy,
>> 
>> The Mojo team.
>> 
>> stefan
>> 
>> -
>> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
>> For additional commands, e-mail: users-h...@maven.apache.org
>> 
>> 



Re: [ANN] Versions Maven Plugin 2.9.0 Released

2022-01-21 Thread Delany
Hi. I still can't display plugin updates with the latest version of the
plugin (2.9.0)

`./mvnw -N versions:display-plugin-updates -DgenerateBackupPoms=false -X`

In the output I see

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for
apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for
snapshots (http://snapshots.maven.codehaus.org/maven2).

[DEBUG] Using mirror presto-central (
http://presto:8081/repository/maven-central/) for central (
http://repo1.maven.org/maven2).

[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for
apache.snapshots (http://people.apache.org/maven-snapshot-repository).

Presto is mine, but what are these other repositories?

And further down

[DEBUG] super-pom version map


org.apache.maven.plugins:maven-clean-plugin:2.5


org.apache.maven.plugins:maven-install-plugin:2.4


org.apache.maven.plugins:maven-deploy-plugin:2.7


org.apache.maven.plugins:maven-site-plugin:3.3


org.apache.maven.plugins:maven-antrun-plugin:1.3


org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5


org.apache.maven.plugins:maven-dependency-plugin:2.8


org.apache.maven.plugins:maven-release-plugin:2.5.3


org.apache.maven.plugins:maven-source-plugin:null


org.apache.maven.plugins:maven-javadoc-plugin:null


[DEBUG] parent version map


[DEBUG] aggregate version map


org.apache.maven.plugins:maven-clean-plugin:2.5


org.apache.maven.plugins:maven-release-plugin:2.5.3


org.apache.maven.plugins:maven-install-plugin:2.4


org.apache.maven.plugins:maven-dependency-plugin:2.8


org.apache.maven.plugins:maven-site-plugin:3.3


org.apache.maven.plugins:maven-source-plugin:null


org.apache.maven.plugins:maven-javadoc-plugin:null


org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5


org.apache.maven.plugins:maven-deploy-plugin:2.7


org.apache.maven.plugins:maven-antrun-plugin:1.3


[DEBUG] final aggregate version map


org.apache.maven.plugins:maven-release-plugin:2.5.3


org.apache.maven.plugins:maven-javadoc-plugin:null

at which point it hangs using all of a CPU core and no network. What's up
here?

Thanks,
Delany


On Fri, 21 Jan 2022 at 12:05, Stefan Seifert
 wrote:

> Hi,
>
> The Mojo team is pleased to announce the release of the Versions Maven
> Plugin version 2.9.0.
>
> The Versions Plugin is used when you want to manage the versions of
> artifacts in a project's POM.
>
> https://www.mojohaus.org/versions-maven-plugin/
>
> To get this update, simply specify the version in your project's plugin
> configuration:
>
> 
>   org.codehaus.mojo
>   versions-maven-plugin
>   2.9.0
> 
>
> Release Notes
>
> https://github.com/mojohaus/versions-maven-plugin/releases/tag/versions-maven-plugin-2.9.0
>
> Enjoy,
>
> The Mojo team.
>
> stefan
>
> -
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>