Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Great! StreamPipes is ready for release voting.


Revert Release

Important! Only when there was an error in the release. If this is the case, the maven release can be reverted with the following commands:

Code Block
languagebash
titleUpload files to SVN
# Drop artifacts in Nexus repository
- Go to https://repository.apache.org and login
- Go to "Staging Repositories" and search for "streampipes"
- There should be one item in the list containing the just uploaded files
- Click on "Drop" and enter a message

# Delete git tags, both locally and remote
- git tag -d release/#RELEASE_VERSION (e.g. git tag -d release/0.69.0)
- git push --delete origin release/#RELEASE_VERSION (e.g. git push --delete origin release/0.69.0)

# Rollback maven version
- mvn versions:set -DnewVersion=#OLD_DEVELOPMENT_VERSION (e.g. mvn versions:set -DnewVersion=0.60.0-SNAPSHOT
- Check that the version was changed correctly in all pom.xml files
- mvn versions:commit

# Commit changes in git
# Now the release process can be started again



Initiate vote

Now comes the best part: You're ready to send the VOTE mail to the developer list!

...