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/07/17 07:25:22 UTC

[camel-k] branch release-2.0.x updated: [maven-release-plugin] prepare release camel-k-crds-2.0.0

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

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


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

commit f859b5ce0589e600cef6c9033cc3df50ddca84dc
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon Jul 17 09:25:18 2023 +0200

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

diff --git a/java/pom.xml b/java/pom.xml
index f399978b0..521e9a7e9 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.0.0-SNAPSHOT</version>
+  <version>2.0.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.0.0</tag>
   </scm>
 
   <dependencies>