This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch release-3.2.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/release-3.2.x by this push:
new ac5b50b4 [maven-release-plugin] prepare for next development iteration
ac5b50b4 is described below
commit ac5b50b403927295e8b475be1f3b6cd4bb385e0f
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 1 12:16:45 2023 +0200
[maven-release-plugin] prepare for next development iteration
---
camel-k-core/api/pom.xml | 6 +-----
camel-k-core/deployment/pom.xml | 6 +-----
camel-k-core/pom.xml | 2 +-
camel-k-core/runtime/pom.xml | 6 +-----
camel-k-core/support/pom.xml | 6 +-----
camel-k-cron/deployment/pom.xml | 6 +-----
camel-k-cron/impl/pom.xml | 6 +-----
camel-k-cron/pom.xml | 2 +-
camel-k-cron/runtime/pom.xml | 6 +-----
camel-k-knative/impl/pom.xml | 6 +-----
camel-k-knative/pom.xml | 2 +-
camel-k-master/deployment/pom.xml | 6 +-----
camel-k-master/impl/pom.xml | 6 +-----
camel-k-master/pom.xml | 2 +-
camel-k-master/runtime/pom.xml | 6 +-----
camel-k-resume-kafka/deployment/pom.xml | 6 +-----
camel-k-resume-kafka/impl/pom.xml | 6 +-----
camel-k-resume-kafka/pom.xml | 2 +-
camel-k-resume-kafka/runtime/pom.xml | 6 +-----
camel-k-runtime/deployment/pom.xml | 6 +-----
camel-k-runtime/pom.xml | 2 +-
camel-k-runtime/runtime/pom.xml | 6 +-----
distribution/pom.xml | 2 +-
examples/cron/pom.xml | 6 +-----
examples/groovy/pom.xml | 6 +-----
examples/java/pom.xml | 6 +-----
examples/js/pom.xml | 6 +-----
examples/kafka-source-s3/pom.xml | 6 +-----
examples/kamelets-discovery/pom.xml | 6 +-----
examples/kamelets/pom.xml | 6 +-----
examples/knative/pom.xml | 6 +-----
examples/kotlin/pom.xml | 6 +-----
examples/pom.xml | 2 +-
examples/xml/pom.xml | 6 +-----
examples/yaml/pom.xml | 6 +-----
itests/camel-k-itests-core/pom.xml | 6 +-----
itests/camel-k-itests-cron/pom.xml | 6 +-----
itests/camel-k-itests-kamelet/pom.xml | 6 +-----
itests/camel-k-itests-knative-consumer/pom.xml | 6 +-----
itests/camel-k-itests-knative-env-from-properties/pom.xml | 6 +-----
itests/camel-k-itests-knative-env-from-registry/pom.xml | 6 +-----
itests/camel-k-itests-knative-producer/pom.xml | 6 +-----
itests/camel-k-itests-knative-sinkbinding/pom.xml | 6 +-----
itests/camel-k-itests-knative/pom.xml | 6 +-----
itests/camel-k-itests-loader-groovy/pom.xml | 6 +-----
itests/camel-k-itests-loader-java/pom.xml | 6 +-----
itests/camel-k-itests-loader-js/pom.xml | 6 +-----
itests/camel-k-itests-loader-jsh/pom.xml | 6 +-----
itests/camel-k-itests-loader-kotlin/pom.xml | 6 +-----
itests/camel-k-itests-loader-polyglot/pom.xml | 6 +-----
itests/camel-k-itests-loader-xml/pom.xml | 6 +-----
itests/camel-k-itests-loader-yaml/pom.xml | 6 +-----
itests/camel-k-itests-master/pom.xml | 6 +-----
itests/camel-k-itests-runtime-xml/pom.xml | 6 +-----
itests/camel-k-itests-runtime-yaml/pom.xml | 6 +-----
itests/camel-k-itests-runtime/pom.xml | 6 +-----
itests/pom.xml | 2 +-
pom.xml | 4 ++--
support/camel-k-annotations/pom.xml | 6 +-----
support/camel-k-apt/pom.xml | 6 +-----
support/camel-k-catalog-model/pom.xml | 6 +-----
support/camel-k-catalog/pom.xml | 6 +-----
.../camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml | 6 +-----
.../camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml | 6 +-----
support/camel-k-itests-support/pom.xml | 6 +-----
support/camel-k-maven-logging/pom.xml | 6 +-----
support/camel-k-maven-plugin/pom.xml | 6 +-----
support/camel-k-runtime-bom/pom.xml | 6 +++---
support/camel-k-test/pom.xml | 6 +-----
support/pom.xml | 2 +-
70 files changed, 73 insertions(+), 305 deletions(-)
diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml
index 81308299..c2633894 100644
--- a/camel-k-core/api/pom.xml
+++ b/camel-k-core/api/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -132,8 +132,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-core/deployment/pom.xml b/camel-k-core/deployment/pom.xml
index 298d9734..53678023 100644
--- a/camel-k-core/deployment/pom.xml
+++ b/camel-k-core/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -63,8 +63,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml
index 470221f1..77c54616 100644
--- a/camel-k-core/pom.xml
+++ b/camel-k-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml
index 07ea0346..dd497ff8 100644
--- a/camel-k-core/runtime/pom.xml
+++ b/camel-k-core/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -108,8 +108,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-core/support/pom.xml b/camel-k-core/support/pom.xml
index 0cb46227..e9e472eb 100644
--- a/camel-k-core/support/pom.xml
+++ b/camel-k-core/support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-core-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -141,8 +141,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-cron/deployment/pom.xml b/camel-k-cron/deployment/pom.xml
index 3b3ff2f4..9b062bb1 100644
--- a/camel-k-cron/deployment/pom.xml
+++ b/camel-k-cron/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -59,8 +59,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-cron/impl/pom.xml b/camel-k-cron/impl/pom.xml
index 79e55932..6914017f 100644
--- a/camel-k-cron/impl/pom.xml
+++ b/camel-k-cron/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -142,8 +142,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml
index 22598f28..d5255c51 100644
--- a/camel-k-cron/pom.xml
+++ b/camel-k-cron/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-cron/runtime/pom.xml b/camel-k-cron/runtime/pom.xml
index 94732ce7..e66b44f9 100644
--- a/camel-k-cron/runtime/pom.xml
+++ b/camel-k-cron/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-cron-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -86,8 +86,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-knative/impl/pom.xml b/camel-k-knative/impl/pom.xml
index 0da36900..0d9e0b15 100644
--- a/camel-k-knative/impl/pom.xml
+++ b/camel-k-knative/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-knative-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -106,8 +106,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml
index a0da6265..ad17fd21 100644
--- a/camel-k-knative/pom.xml
+++ b/camel-k-knative/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-master/deployment/pom.xml
b/camel-k-master/deployment/pom.xml
index 7ba71517..dd5a0b27 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>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -63,8 +63,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-master/impl/pom.xml b/camel-k-master/impl/pom.xml
index 7bf4994e..0c93e5df 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>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -76,8 +76,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml
index 6a1946d1..015f684f 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>3.2.0</version>
+ <version>3.2.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 16eb8bc8..a6fde14d 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>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -90,8 +90,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-resume-kafka/deployment/pom.xml
b/camel-k-resume-kafka/deployment/pom.xml
index 21687962..2b1ffb4d 100644
--- a/camel-k-resume-kafka/deployment/pom.xml
+++ b/camel-k-resume-kafka/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-resume-kafka-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -56,8 +56,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-resume-kafka/impl/pom.xml
b/camel-k-resume-kafka/impl/pom.xml
index cf533420..69f4bbb8 100644
--- a/camel-k-resume-kafka/impl/pom.xml
+++ b/camel-k-resume-kafka/impl/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-resume-kafka-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -81,8 +81,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-resume-kafka/pom.xml b/camel-k-resume-kafka/pom.xml
index d7503e73..9f0cd19b 100644
--- a/camel-k-resume-kafka/pom.xml
+++ b/camel-k-resume-kafka/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-resume-kafka/runtime/pom.xml
b/camel-k-resume-kafka/runtime/pom.xml
index 49c81109..4e966a93 100644
--- a/camel-k-resume-kafka/runtime/pom.xml
+++ b/camel-k-resume-kafka/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-resume-kafka-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -83,8 +83,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-runtime/deployment/pom.xml
b/camel-k-runtime/deployment/pom.xml
index 429e5586..063d56b1 100644
--- a/camel-k-runtime/deployment/pom.xml
+++ b/camel-k-runtime/deployment/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,8 +67,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml
index 44994cbf..35e97b8c 100644
--- a/camel-k-runtime/pom.xml
+++ b/camel-k-runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml
index 34fd249c..d6685aea 100644
--- a/camel-k-runtime/runtime/pom.xml
+++ b/camel-k-runtime/runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-parent</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -98,8 +98,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 54fb161a..f38e6589 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index 57a5f20f..ab3d331b 100644
--- a/examples/cron/pom.xml
+++ b/examples/cron/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -157,8 +157,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml
index 777a21cf..53e02b47 100644
--- a/examples/groovy/pom.xml
+++ b/examples/groovy/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -102,8 +102,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/java/pom.xml b/examples/java/pom.xml
index cb50e4ff..51d971ea 100644
--- a/examples/java/pom.xml
+++ b/examples/java/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -102,8 +102,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/js/pom.xml b/examples/js/pom.xml
index 1c34a8cd..0423b19d 100644
--- a/examples/js/pom.xml
+++ b/examples/js/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -143,8 +143,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml
index 1cd712b1..a59ee446 100644
--- a/examples/kafka-source-s3/pom.xml
+++ b/examples/kafka-source-s3/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -102,8 +102,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/kamelets-discovery/pom.xml
b/examples/kamelets-discovery/pom.xml
index 61fe5c3d..29880296 100644
--- a/examples/kamelets-discovery/pom.xml
+++ b/examples/kamelets-discovery/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,8 +152,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml
index 2d38e195..ebe7bf87 100644
--- a/examples/kamelets/pom.xml
+++ b/examples/kamelets/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,8 +152,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml
index 596a63ae..eb478a57 100644
--- a/examples/knative/pom.xml
+++ b/examples/knative/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -159,8 +159,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml
index 42483c2a..16e4c9c2 100644
--- a/examples/kotlin/pom.xml
+++ b/examples/kotlin/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -101,8 +101,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/pom.xml b/examples/pom.xml
index 4ab0394d..c09af9e7 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index 183dcd57..130fd0b7 100644
--- a/examples/xml/pom.xml
+++ b/examples/xml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -142,8 +142,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml
index 069f0f63..5df9d357 100644
--- a/examples/yaml/pom.xml
+++ b/examples/yaml/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-examples</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -183,8 +183,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-core/pom.xml
b/itests/camel-k-itests-core/pom.xml
index 5a819269..03b18b2b 100644
--- a/itests/camel-k-itests-core/pom.xml
+++ b/itests/camel-k-itests-core/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -114,8 +114,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-cron/pom.xml
b/itests/camel-k-itests-cron/pom.xml
index a2a6d6fe..a59a2e68 100644
--- a/itests/camel-k-itests-cron/pom.xml
+++ b/itests/camel-k-itests-cron/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -160,8 +160,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-kamelet/pom.xml
b/itests/camel-k-itests-kamelet/pom.xml
index dc548c3c..0f8e77b4 100644
--- a/itests/camel-k-itests-kamelet/pom.xml
+++ b/itests/camel-k-itests-kamelet/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,8 +152,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-knative-consumer/pom.xml
b/itests/camel-k-itests-knative-consumer/pom.xml
index ff5be8fb..8a318407 100644
--- a/itests/camel-k-itests-knative-consumer/pom.xml
+++ b/itests/camel-k-itests-knative-consumer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -127,8 +127,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-knative-env-from-properties/pom.xml
b/itests/camel-k-itests-knative-env-from-properties/pom.xml
index 85523479..742a992b 100644
--- a/itests/camel-k-itests-knative-env-from-properties/pom.xml
+++ b/itests/camel-k-itests-knative-env-from-properties/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -168,8 +168,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-knative-env-from-registry/pom.xml
b/itests/camel-k-itests-knative-env-from-registry/pom.xml
index 0b2345c3..76fa39bc 100644
--- a/itests/camel-k-itests-knative-env-from-registry/pom.xml
+++ b/itests/camel-k-itests-knative-env-from-registry/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -176,8 +176,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-knative-producer/pom.xml
b/itests/camel-k-itests-knative-producer/pom.xml
index e6dd0006..00a9552e 100644
--- a/itests/camel-k-itests-knative-producer/pom.xml
+++ b/itests/camel-k-itests-knative-producer/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -127,8 +127,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-knative-sinkbinding/pom.xml
b/itests/camel-k-itests-knative-sinkbinding/pom.xml
index 231ccdc4..f6a2cc29 100644
--- a/itests/camel-k-itests-knative-sinkbinding/pom.xml
+++ b/itests/camel-k-itests-knative-sinkbinding/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -143,8 +143,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-knative/pom.xml
b/itests/camel-k-itests-knative/pom.xml
index e6961d16..268daead 100644
--- a/itests/camel-k-itests-knative/pom.xml
+++ b/itests/camel-k-itests-knative/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -143,8 +143,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-groovy/pom.xml
b/itests/camel-k-itests-loader-groovy/pom.xml
index c5dad437..89f600ed 100644
--- a/itests/camel-k-itests-loader-groovy/pom.xml
+++ b/itests/camel-k-itests-loader-groovy/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -69,8 +69,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-java/pom.xml
b/itests/camel-k-itests-loader-java/pom.xml
index 3f7e8e98..23eaa09a 100644
--- a/itests/camel-k-itests-loader-java/pom.xml
+++ b/itests/camel-k-itests-loader-java/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,8 +68,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-js/pom.xml
b/itests/camel-k-itests-loader-js/pom.xml
index a3a9f679..4e78aee1 100644
--- a/itests/camel-k-itests-loader-js/pom.xml
+++ b/itests/camel-k-itests-loader-js/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -105,8 +105,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-jsh/pom.xml
b/itests/camel-k-itests-loader-jsh/pom.xml
index 8fd31fd7..357f80d2 100644
--- a/itests/camel-k-itests-loader-jsh/pom.xml
+++ b/itests/camel-k-itests-loader-jsh/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,8 +68,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-kotlin/pom.xml
b/itests/camel-k-itests-loader-kotlin/pom.xml
index 51b7f177..cc8eab77 100644
--- a/itests/camel-k-itests-loader-kotlin/pom.xml
+++ b/itests/camel-k-itests-loader-kotlin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,8 +68,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml
b/itests/camel-k-itests-loader-polyglot/pom.xml
index 1ec89e05..1541a66d 100644
--- a/itests/camel-k-itests-loader-polyglot/pom.xml
+++ b/itests/camel-k-itests-loader-polyglot/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -133,8 +133,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-xml/pom.xml
b/itests/camel-k-itests-loader-xml/pom.xml
index 61cc8239..2600f7fb 100644
--- a/itests/camel-k-itests-loader-xml/pom.xml
+++ b/itests/camel-k-itests-loader-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -104,8 +104,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-loader-yaml/pom.xml
b/itests/camel-k-itests-loader-yaml/pom.xml
index a02b75d2..23794147 100644
--- a/itests/camel-k-itests-loader-yaml/pom.xml
+++ b/itests/camel-k-itests-loader-yaml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -110,8 +110,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-master/pom.xml
b/itests/camel-k-itests-master/pom.xml
index 5f91ae8e..aab82371 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>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -139,8 +139,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-runtime-xml/pom.xml
b/itests/camel-k-itests-runtime-xml/pom.xml
index 01f70f05..65fc8891 100644
--- a/itests/camel-k-itests-runtime-xml/pom.xml
+++ b/itests/camel-k-itests-runtime-xml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -167,8 +167,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-runtime-yaml/pom.xml
b/itests/camel-k-itests-runtime-yaml/pom.xml
index cd5ba2eb..7ee0c406 100644
--- a/itests/camel-k-itests-runtime-yaml/pom.xml
+++ b/itests/camel-k-itests-runtime-yaml/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -188,8 +188,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/camel-k-itests-runtime/pom.xml
b/itests/camel-k-itests-runtime/pom.xml
index a420a09e..dccf4b6c 100644
--- a/itests/camel-k-itests-runtime/pom.xml
+++ b/itests/camel-k-itests-runtime/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -128,8 +128,4 @@
</build>
</profile>
</profiles>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/itests/pom.xml b/itests/pom.xml
index 75c72ead..52cd0776 100644
--- a/itests/pom.xml
+++ b/itests/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index cac40be8..d1d9b89e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
<!-- Make sure that this version is aligned with the Camel Quarkus Version
as it is the convention used in Camel K -->
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@@ -114,7 +114,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url>
- <tag>camel-k-runtime-project-3.2.0</tag>
+ <tag>camel-k-runtime-project-1.10.0</tag>
</scm>
<build>
diff --git a/support/camel-k-annotations/pom.xml
b/support/camel-k-annotations/pom.xml
index 8cb43571..102bbaa3 100644
--- a/support/camel-k-annotations/pom.xml
+++ b/support/camel-k-annotations/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,8 +35,4 @@
<optional>true</optional>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-apt/pom.xml b/support/camel-k-apt/pom.xml
index 6a2096c4..0be430ec 100644
--- a/support/camel-k-apt/pom.xml
+++ b/support/camel-k-apt/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,8 +47,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-catalog-model/pom.xml
b/support/camel-k-catalog-model/pom.xml
index 3c121867..c93852d4 100644
--- a/support/camel-k-catalog-model/pom.xml
+++ b/support/camel-k-catalog-model/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,8 +68,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml
index a1025f44..b70900fa 100644
--- a/support/camel-k-catalog/pom.xml
+++ b/support/camel-k-catalog/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -70,8 +70,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git
a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
index 065eef27..882333e9 100644
--- a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
+++ b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,8 +47,4 @@
<artifactId>quarkus-resteasy-jsonb</artifactId>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git
a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
index b052ca4d..e46edc1a 100644
--- a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
+++ b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-itests-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -64,8 +64,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-itests-support/pom.xml
b/support/camel-k-itests-support/pom.xml
index 994f8bf4..4aed2a83 100644
--- a/support/camel-k-itests-support/pom.xml
+++ b/support/camel-k-itests-support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,9 +33,5 @@
<module>camel-k-itests-loader-inspector</module>
<module>camel-k-itests-runtime-inspector</module>
</modules>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-maven-logging/pom.xml
b/support/camel-k-maven-logging/pom.xml
index 994a9466..3de120b5 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -119,8 +119,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-maven-plugin/pom.xml
b/support/camel-k-maven-plugin/pom.xml
index ae2f7dc1..4c1cc446 100644
--- a/support/camel-k-maven-plugin/pom.xml
+++ b/support/camel-k-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<prerequisites>
@@ -238,8 +238,4 @@
</plugin>
</plugins>
</build>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/camel-k-runtime-bom/pom.xml
b/support/camel-k-runtime-bom/pom.xml
index 9be8afd1..c9530b88 100644
--- a/support/camel-k-runtime-bom/pom.xml
+++ b/support/camel-k-runtime-bom/pom.xml
@@ -29,12 +29,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-bom</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!-- reproduceable builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>1693563145</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1693563405</project.build.outputTimestamp>
<jolokia-version>1.7.2</jolokia-version>
<maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version>
<maven-version>3.8.6</maven-version>
@@ -64,7 +64,7 @@
<connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection>
<url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url>
- <tag>camel-k-runtime-project-3.2.0</tag>
+ <tag>camel-k-runtime-project-1.10.0</tag>
</scm>
<repositories>
diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml
index f6164ddc..ea993db6 100644
--- a/support/camel-k-test/pom.xml
+++ b/support/camel-k-test/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-support</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -80,8 +80,4 @@
<artifactId>groovy-test</artifactId>
</dependency>
</dependencies>
-
- <scm>
- <tag>camel-k-runtime-project-3.2.0</tag>
- </scm>
</project>
diff --git a/support/pom.xml b/support/pom.xml
index 323389c7..8345b1fa 100644
--- a/support/pom.xml
+++ b/support/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.k</groupId>
<artifactId>camel-k-runtime-project</artifactId>
- <version>3.2.0</version>
+ <version>3.2.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>