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 2018/11/28 11:54:57 UTC

[camel] 02/02: Deprecate camel connectors related in catalog

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

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

commit 34513fea06888f8f1b0bcab74028a819576d998d
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 28 11:17:30 2018 +0000

    Deprecate camel connectors related in catalog
---
 archetypes/camel-archetype-connector/pom.xml | 2 +-
 platforms/camel-catalog-connector/pom.xml    | 2 +-
 platforms/camel-catalog-nexus/pom.xml        | 2 +-
 platforms/camel-catalog-rest-app/pom.xml     | 2 +-
 platforms/camel-catalog-rest/pom.xml         | 2 +-
 platforms/myfoo-connector/pom.xml            | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/archetypes/camel-archetype-connector/pom.xml b/archetypes/camel-archetype-connector/pom.xml
index 177d624..2d794a1 100644
--- a/archetypes/camel-archetype-connector/pom.xml
+++ b/archetypes/camel-archetype-connector/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.camel.archetypes</groupId>
   <artifactId>camel-archetype-connector</artifactId>
-  <name>Camel :: Archetypes :: Connector</name>
+  <name>Camel :: Archetypes :: Connector (deprecated)</name>
   <description>Creates a new Camel connector.</description>
   <packaging>maven-archetype</packaging>
 
diff --git a/platforms/camel-catalog-connector/pom.xml b/platforms/camel-catalog-connector/pom.xml
index 44dfd0c..988b4b1 100644
--- a/platforms/camel-catalog-connector/pom.xml
+++ b/platforms/camel-catalog-connector/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>camel-catalog-connector</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Platforms :: Camel Catalog :: Connector</name>
+  <name>Camel :: Platforms :: Camel Catalog :: Connector (deprecated)</name>
   <description>Camel Catalog Connector</description>
 
   <properties>
diff --git a/platforms/camel-catalog-nexus/pom.xml b/platforms/camel-catalog-nexus/pom.xml
index 10062f8..eb4ac95 100644
--- a/platforms/camel-catalog-nexus/pom.xml
+++ b/platforms/camel-catalog-nexus/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>camel-catalog-nexus</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Platforms :: Camel Catalog :: Nexus</name>
+  <name>Camel :: Platforms :: Camel Catalog :: Nexus (deprecated)</name>
   <description>Camel Catalog Nexus</description>
 
   <properties>
diff --git a/platforms/camel-catalog-rest-app/pom.xml b/platforms/camel-catalog-rest-app/pom.xml
index cfcecc0..978a62c 100644
--- a/platforms/camel-catalog-rest-app/pom.xml
+++ b/platforms/camel-catalog-rest-app/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>camel-catalog-rest-app</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Platforms :: Camel Catalog :: REST App</name>
+  <name>Camel :: Platforms :: Camel Catalog :: REST App (deprecated)</name>
   <description>Camel Catalog REST standalone application</description>
 
   <properties>
diff --git a/platforms/camel-catalog-rest/pom.xml b/platforms/camel-catalog-rest/pom.xml
index f9c4c3b..8c4528d 100644
--- a/platforms/camel-catalog-rest/pom.xml
+++ b/platforms/camel-catalog-rest/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>camel-catalog-rest</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Platforms :: Camel Catalog :: REST</name>
+  <name>Camel :: Platforms :: Camel Catalog :: REST (deprecated)</name>
   <description>Camel Catalog REST</description>
 
   <properties>
diff --git a/platforms/myfoo-connector/pom.xml b/platforms/myfoo-connector/pom.xml
index d8637d8..4082cdc 100644
--- a/platforms/myfoo-connector/pom.xml
+++ b/platforms/myfoo-connector/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>myfoo-connector</artifactId>
-  <name>Camel :: Platforms :: My Foo Connector</name>
+  <name>Camel :: Platforms :: My Foo Connector (deprecated)</name>
   <description>Camel My Foo Connector</description>
   <packaging>jar</packaging>