You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/08/30 04:41:55 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.

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

commit f70fa77f9f1f0b2c36df57a7cca74487097494e3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Aug 30 06:41:44 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 5441d540f..cfa5242e0 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.1</version>
+  <version>2.0.2-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.1</tag>
+    <tag>camel-k-project-1.10.0</tag>
   </scm>
 
   <dependencies>