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/09 12:54:14 UTC

[camel-kamelets] branch main updated: Upgrade Camel K CRD from 1.12 to 2.0.0 (#1551)

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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 2501406a Upgrade Camel K CRD from 1.12 to 2.0.0 (#1551)
2501406a is described below

commit 2501406adba5b8751c4caa23793aa428ac1df451
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Wed Aug 9 14:54:08 2023 +0200

    Upgrade Camel K CRD from 1.12 to 2.0.0 (#1551)
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 656069ca..b3c28b5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,7 +61,7 @@
         <cyclonedx-maven-plugin-version>2.7.8</cyclonedx-maven-plugin-version>
 
         <camel.version>4.0.0-RC1</camel.version>
-        <camel.k.crds.version>1.12.1</camel.k.crds.version>
+        <camel.k.crds.version>2.0.0</camel.k.crds.version>
 
         <!-- Versions used inside Kamelets (add them also to the dependencyManagement section and the groovy script below) -->
         <!-- These properties must keep this same format "version.<groupId>.<artifactId>" -->