You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New implementation uses directly maven model object.
When the pom does not redefine the groupId & version from parent, those values are null in the model
[INFO] Scanning for projects...
[INFO] jgitver-maven-plugin is about to change project(s) version(s)
[INFO] null::multi-pure-extension-it-module::null -> 2.0.0-SNAPSHOT
[INFO] fr.brouillard.oss.it.multi::multi-pure-extension-it::0 -> 2.0.0-SNAPSHOT
The text was updated successfully, but these errors were encountered:
New implementation uses directly maven model object.
When the pom does not redefine the groupId & version from parent, those values are null in the model
The text was updated successfully, but these errors were encountered: