Versions Compared

Key

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

...

  • 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-SNAPSHOT -Papache-release -DgenerateBackupPoms=false
    
  • Commit the project
  • Go to the create new RC step

...