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/05/29 14:16:48 UTC

[camel-k] branch release-1.12.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-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git


The following commit(s) were added to refs/heads/release-1.12.x by this push:
     new 7cca519e6 [maven-release-plugin] prepare for next development iteration
7cca519e6 is described below

commit 7cca519e6ac831d5ec0e0388417d992ce33ca585
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Mon May 29 16:16:45 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 0549c1df9..c5dbff852 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>1.12.1</version>
+  <version>1.12.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-1.12.1</tag>
+    <tag>camel-k-project-1.10.0</tag>
   </scm>
 
   <dependencies>