This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git
commit f93afb57303356e4a23504d4083e18c51a23999a Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 11 17:03:51 2023 +0100 camel-cdi - Deprecate --- components/camel-cdi-jta/pom.xml | 2 +- components/camel-cdi-main/pom.xml | 2 +- components/camel-cdi/pom.xml | 2 +- components/camel-test/camel-test-cdi-junit5/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/camel-cdi-jta/pom.xml b/components/camel-cdi-jta/pom.xml index c942d46ff9b..0397e73cb71 100644 --- a/components/camel-cdi-jta/pom.xml +++ b/components/camel-cdi-jta/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-cdi-jta</artifactId> <packaging>jar</packaging> - <name>Camel :: CDI JTA</name> + <name>Camel :: CDI JTA (deprecated)</name> <description>JTA Transaction support for Camel CDI</description> <properties> diff --git a/components/camel-cdi-main/pom.xml b/components/camel-cdi-main/pom.xml index efee404549e..91dc1425dcc 100644 --- a/components/camel-cdi-main/pom.xml +++ b/components/camel-cdi-main/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-cdi-main</artifactId> <packaging>jar</packaging> - <name>Camel :: CDI Main</name> + <name>Camel :: CDI Main (deprecated)</name> <description>Using Camel Main with CDI</description> <properties> diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml index 9acc2ce8376..27fa6b55b83 100644 --- a/components/camel-cdi/pom.xml +++ b/components/camel-cdi/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-cdi</artifactId> <packaging>jar</packaging> - <name>Camel :: CDI</name> + <name>Camel :: CDI (deprecated)</name> <description>Using Camel with CDI</description> <properties> diff --git a/components/camel-test/camel-test-cdi-junit5/pom.xml b/components/camel-test/camel-test-cdi-junit5/pom.xml index 707dc3c6189..9fc6bf2f331 100644 --- a/components/camel-test/camel-test-cdi-junit5/pom.xml +++ b/components/camel-test/camel-test-cdi-junit5/pom.xml @@ -29,7 +29,7 @@ <artifactId>camel-test-cdi-junit5</artifactId> <packaging>jar</packaging> - <name>Camel :: Test :: CDI :: JUnit5</name> + <name>Camel :: Test :: CDI :: JUnit5 (deprecated)</name> <description>Camel unit testing with CDI and JUnit5</description> <properties>