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 2017/03/06 11:23:00 UTC

camel git commit: CAMEL-10933: deprecate camel-guice

Repository: camel
Updated Branches:
  refs/heads/master cb1c757ff -> de068808b


CAMEL-10933: deprecate camel-guice


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

Branch: refs/heads/master
Commit: de068808be677c36f61538f042fc84f0a6e12ad0
Parents: cb1c757
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Mar 6 12:22:53 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Mar 6 12:22:53 2017 +0100

----------------------------------------------------------------------
 components/camel-guice/pom.xml           | 2 +-
 components/readme.adoc                   | 2 +-
 tooling/maven/guice-maven-plugin/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/de068808/components/camel-guice/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-guice/pom.xml b/components/camel-guice/pom.xml
index 6ee3271..948c51f 100644
--- a/components/camel-guice/pom.xml
+++ b/components/camel-guice/pom.xml
@@ -26,7 +26,7 @@
 
   <artifactId>camel-guice</artifactId>
   <packaging>jar</packaging>
-  <name>Camel :: Guice</name>
+  <name>Camel :: Guice (deprecated)</name>
   <description>Using Camel with Guice</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/de068808/components/readme.adoc
----------------------------------------------------------------------
diff --git a/components/readme.adoc b/components/readme.adoc
index 4a6a823..a58cec5 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -857,7 +857,7 @@ Number of Miscellaneous Components: 37 in 37 JAR artifacts
 
 | link:camel-groovy-dsl/src/main/docs/groovy-dsl.adoc[Groovy DSL] (camel-groovy-dsl) | 2.19 | *deprecated* Camel Groovy DSL support
 
-| link:camel-guice/src/main/docs/guice.adoc[Guice] (camel-guice) | 1.5 | Using Camel with Guice
+| link:camel-guice/src/main/docs/guice.adoc[Guice] (camel-guice) | 1.5 | *deprecated* Using Camel with Guice
 
 | link:camel-hawtdb/src/main/docs/hawtdb.adoc[HawtDB] (camel-hawtdb) | 2.3 | *deprecated* Using HawtDB as persistent EIP store
 

http://git-wip-us.apache.org/repos/asf/camel/blob/de068808/tooling/maven/guice-maven-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/tooling/maven/guice-maven-plugin/pom.xml b/tooling/maven/guice-maven-plugin/pom.xml
index 0ca3289..c216adf 100644
--- a/tooling/maven/guice-maven-plugin/pom.xml
+++ b/tooling/maven/guice-maven-plugin/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>guice-maven-plugin</artifactId>
   <packaging>maven-plugin</packaging>
-  <name>Camel :: Maven Plugins :: Camel Maven Guice</name>
+  <name>Camel :: Maven Plugins :: Camel Maven Guice (deprecated)</name>
   <description>Maven plugin to run Camel with Guice</description>
 
   <dependencies>