Versions Compared

Key

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

...

7

Deploy the artifacts to our Maven repository

 

Code Block
mvn deploy -P pre-assembly 

 

If automatic deployment does not work for any reason, you can also deploy the Maven artifacts by hand

8

Update the POMs to remove next version number and add the "-SNAPSHOT" from the version suffix

9

Commit the POM changes

10

Add the next version to our issue tracker for scheduling new features and fixes

...