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/10/16 15:08:51 UTC

[camel-k] branch release-2.1.x updated: [maven-release-plugin] prepare release camel-k-crds-2.1.0

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

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


The following commit(s) were added to refs/heads/release-2.1.x by this push:
     new f33372ae6 [maven-release-plugin] prepare release camel-k-crds-2.1.0
f33372ae6 is described below

commit f33372ae6c7eb4f8f7fa1757973d77d129b41b94
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Oct 16 17:08:48 2023 +0200

    [maven-release-plugin] prepare release camel-k-crds-2.1.0
---
 java/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index 7e008d7ac..4968796b6 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.camel.k</groupId>
   <artifactId>camel-k-crds</artifactId>
-  <version>2.1.0-SNAPSHOT</version>
+  <version>2.1.0</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -61,7 +61,7 @@
     <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=camel-k.git;a=summary</url>
-    <tag>camel-k-project-1.10.0</tag>
+    <tag>camel-k-crds-2.1.0</tag>
   </scm>
 
   <dependencies>