Versions Compared

Key

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

...

  1. Grab the latest Source
    Code Block
    svn co https://svn.apache.org/repos/asf/incubator/servicemix/trunk
    
  1. Make sure everything looks OK

...

  1. Create a branch for the release process
    Code Block
    svn mkdir https://svn.apache.org/repos/asf/incubator/servicemix/branches/servicemix-X.Y -m "ServiceMix X.Y Release Branch"
    svn copy . https://svn.apache.org/repos/asf/incubator/servicemix/branches/servicemix-X.Y -m "ServiceMix X.Y Release Branch"
    
  1. Now checkout the branch
    Code Block
    svn co https://svn.apache.org/repos/asf/incubator/servicemix/branches/servicemix-X.Y
    

...

Code Block
http://svn.apache.org/repos/asf/incubator/servicemix/KEYS

For the bug of GPG maven plugin, some of asc files have the wrong name, for example, loan-broker-lw-su-3.1.2-.zip.asc, which should just be:loan-broker-lw-su-3.1.2.zip.asc. Take of this issue until new version which address it is released (it would be fixed in 1.0-beta-4))

...

  1. Tag the release using your local workspace to a new servicemix-X.Y label
    Code Block
    svn mkdir https://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-X.Y -m "ServiceMix X.Y Release"
    svn copy . https://svn.apache.org/repos/asf/incubator/servicemix/tags/servicemix-X.Y -m "ServiceMix X.Y Release"
    

...