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
Edit the Git commit messagges Renamed pom version NEW_VERSION, Tagging NEW_VERSION release, Back to SNAPSHOT_VERSION. This will avoid to have equal commit names.
Edit the find . -name "*.xml" -exec sed -i 's/NEW_VERSION/SNAPSHOT_VERSION/g' {} \; and find . -name "*.xml" -exec sed -i 's/SNAPSHOT_VERSION/NEW_VERSION/g' {} \; commands in order to change the version in all the files and then return to the snapshot version.
Schedule a new build.
Update Readme and Wiki homepage to point to the new version