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:55 UTC

[camel] branch master updated (284fbfe -> 34513fe)

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

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


    from 284fbfe  Change download previous file version endpoint (#2642)
     new ec635ad  Deprecate camel connectors
     new 34513fe  Deprecate camel connectors related in catalog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 archetypes/camel-archetype-connector/pom.xml    | 2 +-
 connectors/camel-connector-maven-plugin/pom.xml | 2 +-
 connectors/camel-connector/pom.xml              | 2 +-
 connectors/examples/pom.xml                     | 2 +-
 connectors/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 +-
 10 files changed, 10 insertions(+), 10 deletions(-)


[camel] 01/02: Deprecate camel connectors

Posted by da...@apache.org.
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 ec635ad29be9facde3d1889251398d30bc808361
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Nov 28 11:16:24 2018 +0000

    Deprecate camel connectors
---
 connectors/camel-connector-maven-plugin/pom.xml | 2 +-
 connectors/camel-connector/pom.xml              | 2 +-
 connectors/examples/pom.xml                     | 2 +-
 connectors/pom.xml                              | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/connectors/camel-connector-maven-plugin/pom.xml b/connectors/camel-connector-maven-plugin/pom.xml
index a77590c..9bb1738 100644
--- a/connectors/camel-connector-maven-plugin/pom.xml
+++ b/connectors/camel-connector-maven-plugin/pom.xml
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>camel-connector-maven-plugin</artifactId>
-  <name>Camel :: Connectors :: Camel Connector Maven Plugin</name>
+  <name>Camel :: Connectors :: Camel Connector Maven Plugin (deprecated)</name>
   <packaging>maven-plugin</packaging>
 
   <dependencies>
diff --git a/connectors/camel-connector/pom.xml b/connectors/camel-connector/pom.xml
index eb81645..e4c9fb8 100644
--- a/connectors/camel-connector/pom.xml
+++ b/connectors/camel-connector/pom.xml
@@ -29,7 +29,7 @@
 
   <artifactId>camel-connector</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Connectors :: Camel Connector Component</name>
+  <name>Camel :: Connectors :: Camel Connector Component (deprecated)</name>
   <description>Camel Connector Component</description>
 
   <properties>
diff --git a/connectors/examples/pom.xml b/connectors/examples/pom.xml
index 1007119..2162239 100644
--- a/connectors/examples/pom.xml
+++ b/connectors/examples/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>connectors-examples</artifactId>
-  <name>Camel :: Connectors :: Examples</name>
+  <name>Camel :: Connectors :: Examples (deprecated)</name>
   <description>Camel Connectors Examples</description>
   <packaging>pom</packaging>
 
diff --git a/connectors/pom.xml b/connectors/pom.xml
index 9d1c966..b62481c 100644
--- a/connectors/pom.xml
+++ b/connectors/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>connectors</artifactId>
-  <name>Camel :: Connectors</name>
+  <name>Camel :: Connectors (deprecated)</name>
   <description>Camel Connectors</description>
   <packaging>pom</packaging>
 


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

Posted by da...@apache.org.
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>