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:29 UTC

[camel-k] branch release-2.0.x updated: [maven-release-plugin] prepare for next development iteration

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 19d123a75 [maven-release-plugin] prepare for next development iteration
19d123a75 is described below

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

    [maven-release-plugin] prepare for next development iteration
---
 java/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index 521e9a7e9..0d12022c4 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</version>
+  <version>2.0.1-SNAPSHOT</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-crds-2.0.0</tag>
+    <tag>camel-k-project-1.10.0</tag>
   </scm>
 
   <dependencies>