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 26b514063 [maven-release-plugin] prepare release camel-k-crds-2.2.0 26b514063 is described below commit 26b514063623274d3f26a16ef747a8a74233dc75 Author: Pasquale Congiusti <pasquale.congiu...@gmail.com> AuthorDate: Tue Dec 19 17:43:38 2023 +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 e94aa9c74..500a58414 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>