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
I'm currently going through a large number of projects and updating their version to reflect that their next release should reflect a minor or major functionality change.
Run mvn versions:set
Read the prompt, e.g. Enter the new version to set 1.2.3-SNAPSHOT:
Type 1.3.0-SNAPSHOT
Could the sequence be fully automated with a comand like mvn -DnextMinor versions:set or mvn -DnextMinorSnapshot versions:set?
The text was updated successfully, but these errors were encountered:
I'm currently going through a large number of projects and updating their version to reflect that their next release should reflect a minor or major functionality change.
mvn versions:set
Enter the new version to set 1.2.3-SNAPSHOT:
1.3.0-SNAPSHOT
Could the sequence be fully automated with a comand like
mvn -DnextMinor versions:set
ormvn -DnextMinorSnapshot versions:set
?The text was updated successfully, but these errors were encountered: