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 2018/12/05 11:32:12 UTC

[camel] 06/15: Deprecate camel connectors related in catalog

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

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

commit 54c20d52b23be0504fb8b3ca85a41d35ec6f2ead
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 6608880..a2a1e1f 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 97ab49a..64ac035 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 e7f4443a..b7b443e 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 d0e9c93..31d7667 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 39646e6..1c29afd 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 ba15ce3..d0a3864 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>