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 2016/03/26 07:05:54 UTC

camel git commit: Deprecate camel-context

Repository: camel
Updated Branches:
  refs/heads/master f15a264d9 -> 2d595fce3


Deprecate camel-context


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2d595fce
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2d595fce
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2d595fce

Branch: refs/heads/master
Commit: 2d595fce3b319ba7dfa149f20c2c0d38d3c67515
Parents: f15a264
Author: Claus Ibsen <da...@apache.org>
Authored: Sat Mar 26 07:05:43 2016 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Sat Mar 26 07:05:43 2016 +0100

----------------------------------------------------------------------
 components/camel-context/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2d595fce/components/camel-context/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-context/pom.xml b/components/camel-context/pom.xml
index 1ab5db1..f2bf700 100644
--- a/components/camel-context/pom.xml
+++ b/components/camel-context/pom.xml
@@ -25,7 +25,7 @@
     </parent>
 
     <artifactId>camel-context</artifactId>
-    <name>Camel :: Context</name>
+    <name>Camel :: Context (deprecated)</name>
     <description>Camel Context component to expose CamelContext objects as a black box Component for use in other routes</description>
     <packaging>bundle</packaging>