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.12.x is [Camel 2.12.01 Release].
* The latest release for Camel 2.11.x is [Camel 2.11.1 Release].
* The latest release for Camel 2.10.x is [Camel 2.10.7 Release]. 
* Support for Camel 2.9.x and previous releases is discontinued.

{div}

...

...

...

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

...

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