Versions Compared

Key

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

...

  1. Let Maven build, test, package, and deploy the binaries
    Code Block
    mvn -N install
    cd tooling
    mvn install
    cd ..
    mvn -Dmaven.test.skip=true -DperformRelease=true installdeploy site:site deploy site:deploy
    
  2. Tag the release using your local workspace to a new SERVICEMIX_X_Y label
    Code Block
    svn mkdir http://svn.apache.org/repos/asf/incubator/servicemix/tags/SERVICEMIX_X_Y -m "ServiceMix X.Y Release"
    svn copy . http://svn.apache.org/repos/asf/incubator/servicemix/tags/SERVICEMIX_X_Y -m "ServiceMix X.Y Release"
    
  3. Check that the binaries look fine.

...