Reputation: 133
I'm making my first project with Maven, and I don't wanna that the Maven create the Tag, because I don't use it.
How I'll make it?
Tks.
Upvotes: 6
Views: 7389
Reputation: 12345
As described by the update-versions goal
Update the POM versions for a project. This performs the normal version updates of the release:prepare goal without making other modifications to the SCM such as tagging.
Looks like that's what you are looking for.
Upvotes: 6