Reputation: 5612
I'm in need of a plugin that does the auto update of the SNAPSHOT version of the components that are released. mvn release
doesn't seem to have similar functionality.
Upvotes: 3
Views: 5671
Reputation: 434
I believe the maven versions plugin will do what you are looking for: http://mojo.codehaus.org/versions-maven-plugin/use-next-snapshots-mojo.html
Upvotes: 4