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.11.x is [Camel 2.11.0 Release].
* The latest release for Camel 2.10.x is [Camel 2.10.4 Release].
* The latest release for Camel 2.9.x is [Camel 2.9.6 Release]. 
* Support for Camel 2.8.x and previous releases is discontinued.

{div}

...

...

...

Code Block
xml
xml
<dependency>
  <groupId>org.apache.camel</groupId>
  <artifactId>camel-core</artifactId>
  <version>2.1011.4<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.1112-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.1112-SNAPSHOT</version>
      </plugin>
  </plugins>