You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/07/27 16:14:12 UTC

[camel] branch camel-3.20.x updated: CAMEL-19654: Deprecate camel-corda component

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

davsclaus pushed a commit to branch camel-3.20.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.20.x by this push:
     new 0a830d681cd CAMEL-19654: Deprecate camel-corda component
0a830d681cd is described below

commit 0a830d681cda3727c57825d9fae59b311f0de62c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jul 27 18:14:04 2023 +0200

    CAMEL-19654: Deprecate camel-corda component
---
 components/camel-corda/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-corda/pom.xml b/components/camel-corda/pom.xml
index e7b3d9e3d0c..37648c98b0d 100644
--- a/components/camel-corda/pom.xml
+++ b/components/camel-corda/pom.xml
@@ -29,7 +29,7 @@
     <artifactId>camel-corda</artifactId>
     <packaging>jar</packaging>
 
-    <name>Camel :: Corda</name>
+    <name>Camel :: Corda (deprecated)</name>
     <description>Camel Corda which is based on corda-rpc support</description>
 
     <dependencies>