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 2024/01/03 08:58:19 UTC

(camel-k) branch release-2.2.x updated: [maven-release-plugin] prepare release camel-k-crds-2.2.0

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

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


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

commit 73c0dd39f5eb988b74ba75d4bd927e9c8fbe0b2b
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jan 3 09:58:16 2024 +0100

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

diff --git a/java/crds/pom.xml b/java/crds/pom.xml
index 456ce1c42..90e835a5a 100644
--- a/java/crds/pom.xml
+++ b/java/crds/pom.xml
@@ -14,8 +14,7 @@
     limitations under the License.
 -->
 
-<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <parent>
     <groupId>org.apache</groupId>
@@ -26,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.camel.k</groupId>
   <artifactId>camel-k-crds</artifactId>
-  <version>2.2.0-SNAPSHOT</version>
+  <version>2.2.0</version>
   <packaging>jar</packaging>
 
   <properties>
@@ -64,7 +63,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.2.0</tag>
   </scm>
 
   <dependencyManagement>