Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null logged in "Processing change of null:<artifactId>:<old version> -> <new version>" #1137

Closed
tqjoram opened this issue Sep 5, 2024 · 1 comment · Fixed by #1162
Closed
Assignees
Labels
Milestone

Comments

@tqjoram
Copy link

tqjoram commented Sep 5, 2024

Setting the version (e.g. mvn versions:set -DnewVersion=1.1.0-SNAPSHOT) in the root dir of a multi module maven project, where the groupId is inherited from a parent pom, the groupId is logged as null in: Processing change of null:my-artifact-id:1.0.0-SNAPSHOT -> 1.1.0-SNAPSHOT. It seems only an issue with the log output, as the version of any submodule is changed as expected. The issue was introduced with version 2.16.0 of the plugin.

maven 3.9.9
versions-maven-plugin: 2.17.1

@andrzejj0 andrzejj0 self-assigned this Oct 18, 2024
andrzejj0 added a commit to andrzejj0/versions-maven-plugin that referenced this issue Oct 18, 2024
@andrzejj0 andrzejj0 added the bug label Oct 18, 2024
@andrzejj0 andrzejj0 added this to the next-release milestone Oct 22, 2024
@tqjoram
Copy link
Author

tqjoram commented Oct 22, 2024

thanks for the fast fix 👏

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants
@andrzejj0 @tqjoram and others