This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/master by this push: new 5395fae update to Camel 2.24.0 #60 new 2cd1f91 Merge pull request #61 from lburgazzoli/github-60 5395fae is described below commit 5395fae360ddc794cf8cb0d46f497101c2df974f Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Wed May 15 12:22:50 2019 +0200 update to Camel 2.24.0 #60 --- .travis.yml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d9864f..8d42bcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,6 @@ language: java script: - ./mvnw clean install -Dcamel2 - ./mvnw clean install -Dcamel2 -Dcamel2.version=2.21.0 + - ./mvnw clean install -Dcamel2 -Dcamel2.version=2.22.0 + - ./mvnw clean install -Dcamel2 -Dcamel2.version=2.23.0 - ./mvnw clean install -Dcamel3 diff --git a/pom.xml b/pom.xml index e861fd0..26100e9 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> - <camel2.version>2.23.1</camel2.version> + <camel2.version>2.24.0</camel2.version> <camel3.version>3.0.0-M2</camel3.version> <camel.version>${camel2.version}</camel.version> <catalog.version>${camel.version}</catalog.version>