Versions Compared

Key

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

...

Section
Column
width20%
Wiki Markup
{div:style=padding-right:20px;float:left;}
!http://camel.apache.org/images/camel-box-small.png!
{div}
Column
width80%
Wiki Markup
{div:style=min-height:200px}

Grab these releases while they are hot!

* The latest release for Camel 2.8p.x is [Camel 2.89.30 Release]. 
* The latest release for Camel 2.78.x is [Camel 2.78.43 Release]. 
* ReleaseThe Candidatelatest 1release for Camel 2.97.0 is available for [download here|http://archive.apache.org/dist/camel/apache-camel/2.9.0-RC1/], with [release notes here|x is [Camel 2.97.04 Release]. 

{div}

Older Releases

See Download Archives

...

Description

Download Link

PGP Signature file of download

Windows Distribution

apache-camel-2.9.0.zip

apache-camel-2.9.0.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.9.0.tar.gz

apache-camel-2.9.0.tar.gz.asc

Windows Distribution

apache-camel-2.8.3.zip

apache-camel-2.8.3.zip.asc

Unix/Linux/Cygwin Distribution

apache-camel-2.8.3.tar.gz

apache-camel-2.8.3.tar.gz.asc

Windows Distribution (2.7.x branch)

apache-camel-2.7.4.zip

apache-camel-2.7.4.zip.asc

Unix/Linux/Cygwin Distribution (2.7.x branch)

apache-camel-2.7.4.tar.gz

apache-camel-2.7.4.tar.gz.asc

...

Description

Download Link

PGP Signature file of download

Source (zip - 2.9.x branch)

apache-camel-2.89.30-src.zip

apache-camel-2.89.30-src.zip.asc

Source for Windows (zip - 2.78.x branch)

apache-camel-2.78.43-src.zip

apache-camel-2.78.43-src.zip.asc

Source for Unix/Linux/Cygwin ((zip - 2.7.x branch)

apache-camel-2.7.4-src.tar.gzzip

apache-camel-2.7.4-src.tar.gzzip.asc

Keys

The KEYS used to sign the release can be found here.

...

Code Block
xml
xml
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.89.3<0</version>
</dependency>

Getting past releases

...

Help us test the latest SNAPSHOTS

Info

The camel-1.x branch is no longer maintained therefore snapshots for that branch are not available.

...

Code Block
xml
xml
    <dependency>
        <groupId>org.apache.camel</groupId>
        <artifactId>camel-core</artifactId>
        <version>2.910-SNAPSHOT</version>
    </dependency>

...

Code Block
xml
xml
  <plugins>
      <!-- Allows the routes to be run via 'mvn camel:run' -->
      <plugin>
          <groupId>org.apache.camel</groupId>
          <artifactId>camel-maven-plugin</artifactId>
          <version>2.910-SNAPSHOT</version>
      </plugin>
  </plugins>