Versions Compared

Key

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

...

  1. Grab the latest source from SVN
    Code Block
    svn co svn+ssh:// https://svn.apache.org/repos/asf/incubator/activemq/camel/trunk
    cd activemq
    
    Wiki Markup
  2. Change the version number: (we so need to make this step automatic) :

    project.xml

    etc/project.xml

    the WireFormat version (if needed.)

  1. Code Block # Let Maven build, test, package, and deploy the binaries #
    Code Block
    maven clean default multiproject:deploy dist:deploy
    
    Code Block
  2. Tag the release using your local workspace to a new CAMEL_X_Y label
    Code Block
    svn mkdir svn+ssh://https://svn.apache.org/repos/asf/incubator/activemq/camel/tags/CAMEL_X_Y
    Image Removed
     -m "Camel X.Y Release"

    
    svn copy ../activemq svn+ssh://https://svn.apache.org/repos/asf/incubator/activemq/camel/tags/CAMEL_X_Y/activemq
    Image Removed #
     -m "Camel X.Y Release"
    
    Code Block
  3. Check that the binaries look fine. h2.

Testing

...

the

...

Camel

...

Release

...

Candidate

...

When

...

folks

...

need

...

to

...

test

...

out

...

a

...

release

...

candidate,

...

the

...

jars

...

will

...

not

...

have

...

been

...

uploaded

...

to

...

the

...

Maven

...

repo.

...

This

...

means

...

that

...

the

...

example

...

programs

...

which

...

use

...

Maven

...

will

...

not

...

automatically

...

work.

...

So

...

whenever

...

running

...

the

...

Examples

...

you

...

need

...

to

...

append

...

the

...

following

...

command

...

line

...

argument...

...

Code Block

...

mvn camel:run -DremoteRepo=http://people.apache.org/~chirino/apache-camel-1.2.0-RC1/maven2

...


...

Assuming that the release candidate is deployed to *http://people.apache.org/~chirino/apache-camel-1.2.0-RC1/maven2*Image Modified.

Announcing the Camel Release

...