Manoj
Manoj

Reputation: 5612

Auto increment to new SNAPSHOT versions by maven

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

Answers (1)

Rob Smith
Rob Smith

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

Related Questions