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.git
The following commit(s) were added to refs/heads/master by this push: new 336fd22 Bump to Camel 2.23.1 (#337) 336fd22 is described below commit 336fd22006b9c0501b38525a7dc65273f9362a5a Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jan 18 09:29:59 2019 +0100 Bump to Camel 2.23.1 (#337) * Bump to Camel 2.23.1 * Bump Camel to 2.23.1 in platform-crd too --- deploy/platform-cr.yaml | 2 +- runtime/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/platform-cr.yaml b/deploy/platform-cr.yaml index de8aea7..ca5b457 100644 --- a/deploy/platform-cr.yaml +++ b/deploy/platform-cr.yaml @@ -6,4 +6,4 @@ metadata: app: "camel-k" spec: build: - camelVersion: "2.23.0" + camelVersion: "2.23.1" diff --git a/runtime/pom.xml b/runtime/pom.xml index 212869f..9667dd0 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -28,7 +28,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> - <camel.version>2.23.0</camel.version> + <camel.version>2.23.1</camel.version> <junit.version>4.12</junit.version> <junit-jupiter.version>5.3.2</junit-jupiter.version> <joor.version>0.9.10</joor.version> @@ -143,4 +143,4 @@ </build> </profile> </profiles> -</project> \ No newline at end of file +</project>