Setting Your Maven Project Versions

Featured image for sharing metadata for article

If you're looking to manually set the versions of a Maven project's versions, i.e. as part of a release, it can be a pain if you've got a large project with lots of version numbers.

Fortunately there is the maven-versions-plugin which we can use to i.e. to bump the whole project to 0.2-SNAPSHOT:

mvn versions:set -DnewVersion=0.2.0-SNAPSHOT

Written by Jamie Tanna's profile image Jamie Tanna on , and last updated on .

Content for this article is shared under the terms of the Creative Commons Attribution Non Commercial Share Alike 4.0 International, and code is shared under the Apache License 2.0.

#blogumentation #maven #java.

This post was filed under articles.

Interactions with this post

Interactions with this post

Below you can find the interactions that this page has had using WebMention.

Have you written a response to this post? Let me know the URL:

Do you not have a website set up with WebMention capabilities? You can use Comment Parade.