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.910.x is [Camel 2.910.20 Release]. 
* The latest release for Camel 2.89.x is [Camel 2.89.52 Release]. 
* The latest release for Camel 2.78.x is [Camel 2.78.5 Release]. 
* Support for Camel 2.7.x is discontinued.

{div}

Older Releases

See Download Archives

...

Source Distribution

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.910.2<0</version>
</dependency>

Getting past releases

...

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.1011-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.1011-SNAPSHOT</version>
      </plugin>
  </plugins>