Versions Compared

Key

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

...

Unsuccessful vote: roll back changes on trunk

  • Drop the staging repository in nexus
  • Update the local code
  • Use the maven versions plugin to roll back the version update
    Code Block
    
    > mvn versions:set -DnewVersion=2.0.7-incubating-SNAPSHOT -Papache-release
    
    TODO explain how to revert all versions to the old version.
  • Go to the create new RC step

...