You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/22 14:04:12 UTC

[camel-k-runtime] 02/02: chore: align version

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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 221253bf7464ba0141d3d28859248e9613370016
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Mar 22 12:52:53 2023 +0100

    chore: align version
---
 camel-k-master/deployment/pom.xml    | 2 +-
 camel-k-master/impl/pom.xml          | 2 +-
 camel-k-master/pom.xml               | 2 +-
 camel-k-master/runtime/pom.xml       | 2 +-
 itests/camel-k-itests-master/pom.xml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/camel-k-master/deployment/pom.xml b/camel-k-master/deployment/pom.xml
index 3a32f275..3e259ac1 100644
--- a/camel-k-master/deployment/pom.xml
+++ b/camel-k-master/deployment/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-master-parent</artifactId>
-        <version>1.18.0-SNAPSHOT</version>
+        <version>3.20.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-master/impl/pom.xml b/camel-k-master/impl/pom.xml
index 1edb47e8..6c14b8e8 100644
--- a/camel-k-master/impl/pom.xml
+++ b/camel-k-master/impl/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-master-parent</artifactId>
-        <version>1.18.0-SNAPSHOT</version>
+        <version>3.20.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml
index e7f839a5..c5304999 100644
--- a/camel-k-master/pom.xml
+++ b/camel-k-master/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-runtime-project</artifactId>
-        <version>1.18.0-SNAPSHOT</version>
+        <version>3.20.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
diff --git a/camel-k-master/runtime/pom.xml b/camel-k-master/runtime/pom.xml
index 16d8c4ba..94d98770 100644
--- a/camel-k-master/runtime/pom.xml
+++ b/camel-k-master/runtime/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-master-parent</artifactId>
-        <version>1.18.0-SNAPSHOT</version>
+        <version>3.20.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/itests/camel-k-itests-master/pom.xml b/itests/camel-k-itests-master/pom.xml
index b9fb248e..54c306b7 100644
--- a/itests/camel-k-itests-master/pom.xml
+++ b/itests/camel-k-itests-master/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.camel.k</groupId>
         <artifactId>camel-k-itests</artifactId>
-        <version>1.18.0-SNAPSHOT</version>
+        <version>3.20.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>