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 1cd7e8bd6e619e11bd084031ee0a6011207a9ec1
Author: Zoran Regvart <[email protected]>
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>
 

Reply via email to