Versions Compared

Key

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

...

  1. Grab the latest Source
  2. Change the version number:

    project.xml

  3. Let Maven build, test, package, and deploy the binaries
    Code Block
    maven clean default dist:deploynightly
    
  4. Tag the release using your local workspace to a new SERVICEMIX_X_Y label
    Code Block
    svn mkdir svn+ssh://svn.servicemix.org/scm/servicemix/tags/SERVICEMIX_X_Y -m "ServiceMix X.Y Release"
    svn copy ../servicemixtrunk svn+ssh://svn.servicemix.org/scm/servicemix/tags/SERVICEMIX_X_Y/servicemix -m "ServiceMix X.Y Release"
    
  5. Check that the binaries look fine.

...