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/10/30 12:14:55 UTC

[camel] 05/09: Update website to 2.23.0-SNAPSHOT

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 a8ab859ec055803fc602934a155af6c067ed477f
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Jul 17 12:01:15 2018 +0200

    Update website to 2.23.0-SNAPSHOT
---
 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 6255f44..03264cb 100644
--- a/camel-website/package.json
+++ b/camel-website/package.json
@@ -1,6 +1,6 @@
 {
   "name": "camel-website",
-  "version": "2.22.0-SNAPSHOT",
+  "version": "2.23.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 ce08eff..81fb2e2 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.22.0-SNAPSHOT</version>
+    <version>2.23.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>