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 3697b5dd1 [maven-release-plugin] prepare release camel-k-crds-2.2.0 3697b5dd1 is described below commit 3697b5dd102431598930a07cb80e5b0a208fda68 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Wed Jan 3 10:04:26 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>