You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/05/16 06:00:54 UTC

[camel] branch camel-3.x updated: Fix backport

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.x by this push:
     new 9e50efc5dac Fix backport
9e50efc5dac is described below

commit 9e50efc5dac20d0b8b800560fee6ae8b3d8dabc5
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue May 16 08:00:46 2023 +0200

    Fix backport
---
 dsl/camel-jbang/camel-jbang-console/pom.xml                             | 2 +-
 .../resources/META-INF/services/org/apache/camel/other.properties       | 2 +-
 .../camel-jbang-console/src/generated/resources/jbang-console.json      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dsl/camel-jbang/camel-jbang-console/pom.xml b/dsl/camel-jbang/camel-jbang-console/pom.xml
index 7a8f64e092b..01faa292d85 100644
--- a/dsl/camel-jbang/camel-jbang-console/pom.xml
+++ b/dsl/camel-jbang/camel-jbang-console/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-jbang-parent</artifactId>
-        <version>4.0.0-SNAPSHOT</version>
+        <version>3.21.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
diff --git a/dsl/camel-jbang/camel-jbang-console/src/generated/resources/META-INF/services/org/apache/camel/other.properties b/dsl/camel-jbang/camel-jbang-console/src/generated/resources/META-INF/services/org/apache/camel/other.properties
index 7430e8554e8..dc3901a2279 100644
--- a/dsl/camel-jbang/camel-jbang-console/src/generated/resources/META-INF/services/org/apache/camel/other.properties
+++ b/dsl/camel-jbang/camel-jbang-console/src/generated/resources/META-INF/services/org/apache/camel/other.properties
@@ -2,6 +2,6 @@
 name=jbang-console
 groupId=org.apache.camel
 artifactId=camel-jbang-console
-version=4.0.0-SNAPSHOT
+version=3.21.0-SNAPSHOT
 projectName=Camel :: JBang :: Console
 projectDescription=Camel JBang Console
diff --git a/dsl/camel-jbang/camel-jbang-console/src/generated/resources/jbang-console.json b/dsl/camel-jbang/camel-jbang-console/src/generated/resources/jbang-console.json
index ff53cfed550..1b8d0acedfc 100644
--- a/dsl/camel-jbang/camel-jbang-console/src/generated/resources/jbang-console.json
+++ b/dsl/camel-jbang/camel-jbang-console/src/generated/resources/jbang-console.json
@@ -10,6 +10,6 @@
     "supportLevel": "Preview",
     "groupId": "org.apache.camel",
     "artifactId": "camel-jbang-console",
-    "version": "4.0.0-SNAPSHOT"
+    "version": "3.21.0-SNAPSHOT"
   }
 }