This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch website in repository https://gitbox.apache.org/repos/asf/camel.git
commit 75eee37c860f59ae68ba925f3b5cf3f628cdb126 Author: François Papon <francois.pa...@openobject.fr> AuthorDate: Fri Dec 7 11:24:08 2018 +0400 [CAMEL-11492] New website - Fix pom version (#2658) --- camel-website/package.json | 2 +- camel-website/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-website/package.json b/camel-website/package.json index b8501be..19e04d40 100644 --- a/camel-website/package.json +++ b/camel-website/package.json @@ -1,6 +1,6 @@ { "name": "camel-website", - "version": "2.23.0-SNAPSHOT", + "version": "2.24.0-SNAPSHOT", "description": "Apache Camel Website", "license": "Apache-2.0", "repository": "https://github.com/apache/camel", diff --git a/camel-website/pom.xml b/camel-website/pom.xml index 6166374..0c14f5f 100644 --- a/camel-website/pom.xml +++ b/camel-website/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-parent</artifactId> - <version>2.23.0-SNAPSHOT</version> + <version>2.24.0-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent>