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 2019/10/11 19:38:51 UTC

[camel] branch camel-2.x updated: CAMEL-14060: Deprecate camel-restlet

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

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


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new afc00a1  CAMEL-14060: Deprecate camel-restlet
afc00a1 is described below

commit afc00a157c91e09e31cc65e2e6d8af3b75cfb7bd
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Oct 11 21:38:12 2019 +0200

    CAMEL-14060: Deprecate camel-restlet
---
 components/camel-restlet/pom.xml                              | 2 +-
 components/camel-restlet/src/main/docs/restlet-component.adoc | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/components/camel-restlet/pom.xml b/components/camel-restlet/pom.xml
index 2b5cd9d..baee433 100644
--- a/components/camel-restlet/pom.xml
+++ b/components/camel-restlet/pom.xml
@@ -28,7 +28,7 @@
 
   <artifactId>camel-restlet</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Restlet</name>
+  <name>Camel :: Restlet (deprecated)</name>
   <description>Camel REST (Restlet based) Component</description>
 
   <properties>
diff --git a/components/camel-restlet/src/main/docs/restlet-component.adoc b/components/camel-restlet/src/main/docs/restlet-component.adoc
index b6304dc..d978aa0 100644
--- a/components/camel-restlet/src/main/docs/restlet-component.adoc
+++ b/components/camel-restlet/src/main/docs/restlet-component.adoc
@@ -1,7 +1,8 @@
-[[restlet-component]]
-= Restlet Component
+= Restlet Component (deprecated)
 
 *Available as of Camel version 2.0*
+*Available as of Camel version 2.0*
+
 
 
 The *Restlet* component provides http://www.restlet.org[Restlet] based
@@ -438,4 +439,4 @@ well:
    <name>Public online Restlet repository</name>  
    <url>https://maven.restlet.com</url>
 </repository>
-----
+----
\ No newline at end of file