diff --git a/README.adoc b/README.adoc
index bea14750f..99082adca 100644
--- a/README.adoc
+++ b/README.adoc
@@ -60,9 +60,9 @@ Number of Examples: 72 (0 deprecated)
| link:console/README.adoc[Console] (console) | Beginner | An example that reads input from the console
-| link:csimple/README.adoc[Csimple] (csimple) | Beginner | Shows using compiled simple language
+| link:csimple/README.adoc[Csimple] (csimple) | Beginner | (deprecated) Shows using compiled simple language
-| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | Shows using compiled simple language with jOOR compiler
+| link:csimple-joor/README.adoc[Csimple Joor] (csimple-joor) | Beginner | (deprecated) Shows using compiled simple language with jOOR compiler
| link:spring/README.adoc[Spring] (spring) | Beginner | An example showing how to work with Camel and Spring
diff --git a/csimple-joor/pom.xml b/csimple-joor/pom.xml
index 3af87d122..316d95789 100644
--- a/csimple-joor/pom.xml
+++ b/csimple-joor/pom.xml
@@ -30,8 +30,8 @@
camel-example-csimple-joor
jar
- Camel :: Example :: Compiled Simple jOOR
- Shows using compiled simple language with jOOR compiler
+ Camel :: Example :: Compiled Simple jOOR (deprecated)
+ (deprecated) Shows using compiled simple language with jOOR compiler
Beginner
diff --git a/csimple/pom.xml b/csimple/pom.xml
index 35eff8896..d217125f6 100644
--- a/csimple/pom.xml
+++ b/csimple/pom.xml
@@ -30,8 +30,8 @@
camel-example-csimple
jar
- Camel :: Example :: Compiled Simple
- Shows using compiled simple language
+ Camel :: Example :: Compiled Simple (deprecated)
+ Shows using compiled simple language (deprecated)
Beginner