Versions Compared

Key

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

Pre-Release tasks

The following tasks should be performed at least one day before starting the actual maven release!

  • Check that all maven plugins are used in the latest version
    Code Block
    
    $> mvn versions:display-plugin-updates 
    
  • Check that all maven dependencies are used in the latest version
    Code Block
    
    $> mvn versions:display-dependency-updates 
    

Release Preparations

  • Heads up on the mailing-lists

...