You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/07 15:42:03 UTC

[camel] 13/13: [CAMEL-11492] New website - Fix pom version (#2658)

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 edeeb9a74e40638d07c2351d38a4b49574ce5b0c
Author: François Papon <fr...@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>