Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove links to non-existant sources tar archive

Camel x.y.z

...

Release (currently in progress)

Div
stylepadding-right:20px;float:left;margin-left:-20px;
Image RemovedImage Added
Div
stylemin-height:200px
 

New and Noteworthy

Welcome to the x.y.z release which approx XXX issues resolved (new features, improvements and bug fixes such as...)

...

Description

Download Link

PGP Signature file of download

Source for Windows (zip)

apache-camel-x.y.x-src.zip

apache-camel-x.y.x-src.zip.asc

Source for Unix/Linux/Cygwin

apache-camel-x.y.x-src.tar.gz

apache-camel-x.y.x-src.tar.gz.asc

Getting the Binaries using Maven 2

To use this release in your maven project, the proper dependency configuration that you should use in your Maven POM is:

Code Block
xml
xml

<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>x.y.x</version>
</dependency>

...

Git Tag Checkout

Code Block

svngit coclone httphttps://svngit-wip-us.apache.org/repos/asf/camel/tags/.git
cd camel
git checkout camel-x.y.x

Changelog

For a more detailed view of new features and bug fixes, see the: