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 2022/01/10 17:14:14 UTC

[camel-k-runtime] branch main updated: Point to the latest tag in scm pom section

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c4b337  Point to the latest tag in scm pom section
3c4b337 is described below

commit 3c4b337641623d7fdef570b886a4b3aae47f8970
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 10 18:09:14 2022 +0100

    Point to the latest tag in scm pom section
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8caf68..4e9968f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,7 +111,7 @@
         <connection>scm:git:http://gitbox.apache.org/repos/asf/camel-k-runtime.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/camel-k-runtime.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=camel-k-runtime.git;a=summary</url>
-        <tag>camel-k-runtime-project-1.8.0</tag>
+        <tag>camel-k-runtime-project-1.10.0</tag>
     </scm>
 
     <build>