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 a89d4ca6 [maven-release-plugin] prepare release
camel-k-runtime-project-3.2.0
a89d4ca6 is described below
commit a89d4ca6635bd5b87e79ebec1eb898582165bed5
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Fri Sep 1 12:16:37 2023 +0200
[maven-release-plugin] prepare release camel-k-runtime-project-3.2.0
---
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 | 6 +++---
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, 306 insertions(+), 74 deletions(-)
diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml
index c969064c..81308299 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -132,4 +132,8 @@
</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 0d054e4a..298d9734 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -63,4 +63,8 @@
</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 23636866..470221f1 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-SNAPSHOT</version>
+ <version>3.2.0</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 dfc748f8..07ea0346 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -108,4 +108,8 @@
</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 20d89aad..0cb46227 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -141,4 +141,8 @@
</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 ae5153d6..3b3ff2f4 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -59,4 +59,8 @@
</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 90fc44b4..79e55932 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -142,4 +142,8 @@
</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 e8d7f1c3..22598f28 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-SNAPSHOT</version>
+ <version>3.2.0</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 dc6546a5..94732ce7 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -86,4 +86,8 @@
</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 bcc4c4d4..0da36900 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -106,4 +106,8 @@
</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 52d535eb..a0da6265 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-SNAPSHOT</version>
+ <version>3.2.0</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 f0fd1784..7ba71517 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -63,4 +63,8 @@
</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 90d8d33f..7bf4994e 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -76,4 +76,8 @@
</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 4d51d75f..6a1946d1 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-SNAPSHOT</version>
+ <version>3.2.0</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 d95c4db1..16eb8bc8 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -90,4 +90,8 @@
</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 70ca2545..21687962 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -56,4 +56,8 @@
</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 2bc7ea53..cf533420 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -81,4 +81,8 @@
</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 01908902..d7503e73 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-SNAPSHOT</version>
+ <version>3.2.0</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 1310341e..49c81109 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -83,4 +83,8 @@
</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 956442a6..429e5586 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -67,4 +67,8 @@
</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 9ccb802d..44994cbf 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-SNAPSHOT</version>
+ <version>3.2.0</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 d0fd24b4..34fd249c 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -98,4 +98,8 @@
</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 edbef398..54fb161a 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml
index d9c3622a..57a5f20f 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -157,4 +157,8 @@
</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 9daeef38..777a21cf 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -102,4 +102,8 @@
</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 583a43cd..cb50e4ff 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -102,4 +102,8 @@
</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 d81d20a9..1c34a8cd 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -143,4 +143,8 @@
</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 ab2f0487..1cd712b1 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -102,4 +102,8 @@
</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 329724c2..61fe5c3d 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,4 +152,8 @@
</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 d719e02c..2d38e195 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,4 +152,8 @@
</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 6576202f..596a63ae 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -159,4 +159,8 @@
</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 6c4cce6c..42483c2a 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -101,4 +101,8 @@
</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 0435a0a7..4ab0394d 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml
index 8be62904..183dcd57 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -142,4 +142,8 @@
</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 1ec6a8e9..069f0f63 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -183,4 +183,8 @@
</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 655aa992..5a819269 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -114,4 +114,8 @@
</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 55756424..a2a6d6fe 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -160,4 +160,8 @@
</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 9a0c93af..dc548c3c 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -152,4 +152,8 @@
</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 15a9ba54..ff5be8fb 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -127,4 +127,8 @@
</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 a465c88e..85523479 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -168,4 +168,8 @@
</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 a1b6780c..0b2345c3 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -176,4 +176,8 @@
</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 0cca0cf6..e6dd0006 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -127,4 +127,8 @@
</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 e0ddc51c..231ccdc4 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -143,4 +143,8 @@
</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 40f23392..e6961d16 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -143,4 +143,8 @@
</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 92cd165d..c5dad437 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -69,4 +69,8 @@
<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 04e1cfb2..3f7e8e98 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,4 +68,8 @@
<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 f6ba6819..a3a9f679 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -105,4 +105,8 @@
</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 7aadb44d..8fd31fd7 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,4 +68,8 @@
<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 9b2fdb8d..51b7f177 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,4 +68,8 @@
<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 11c1e81c..1ec89e05 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -133,4 +133,8 @@
</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 65699e31..61cc8239 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -104,4 +104,8 @@
</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 6ff8371a..a02b75d2 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -110,4 +110,8 @@
</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 499b4362..5f91ae8e 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -139,4 +139,8 @@
</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 b5a23c2d..01f70f05 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -167,4 +167,8 @@
</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 32788e30..cd5ba2eb 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -188,4 +188,8 @@
</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 ca493cd9..a420a09e 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -128,4 +128,8 @@
</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 012dd7d4..75c72ead 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 54cf2f29..cac40be8 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-SNAPSHOT</version>
+ <version>3.2.0</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-1.10.0</tag>
+ <tag>camel-k-runtime-project-3.2.0</tag>
</scm>
<build>
@@ -140,7 +140,7 @@
<requireMavenVersion>
<version>${maven-version}</version>
</requireMavenVersion>
- <dependencyConvergence/>
+ <dependencyConvergence />
</rules>
</configuration>
</execution>
diff --git a/support/camel-k-annotations/pom.xml
b/support/camel-k-annotations/pom.xml
index b79dc781..8cb43571 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -35,4 +35,8 @@
<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 d6c61d85..6a2096c4 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,4 +47,8 @@
</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 16262fea..3c121867 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -68,4 +68,8 @@
</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 7cba42be..a1025f44 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -70,4 +70,8 @@
</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 d38d8d58..065eef27 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -47,4 +47,8 @@
<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 eee70b0b..b052ca4d 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -64,4 +64,8 @@
</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 d629da31..994f8bf4 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -33,5 +33,9 @@
<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 657f541a..994a9466 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -119,4 +119,8 @@
<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 63b07eb1..ae2f7dc1 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<prerequisites>
@@ -238,4 +238,8 @@
</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 a443ede3..9be8afd1 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-SNAPSHOT</version>
+ <version>3.2.0</version>
<packaging>pom</packaging>
<properties>
<!-- reproduceable builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
-
<project.build.outputTimestamp>1693557062</project.build.outputTimestamp>
+
<project.build.outputTimestamp>1693563145</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-1.10.0</tag>
+ <tag>camel-k-runtime-project-3.2.0</tag>
</scm>
<repositories>
diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml
index 0f2be0fc..f6164ddc 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -80,4 +80,8 @@
<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 9830e873..323389c7 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-SNAPSHOT</version>
+ <version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>