Versions Compared

Key

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

...

  • Grab the latest source from SVN
    Code Block
    svn co https://svn.apache.org/repos/asf/activemq/camel/trunk camel
    cd camel
    

...

  • Tag the release using your local workspace to a new CAMEL_X_Y label
    Code Block
    svn copy ../camel https://svn.apache.org/repos/asf/activemq/camel/tags/camel-x.y.z -m "Camel x.y.z Release"
    

...