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 2014/09/21 09:56:25 UTC

[5/8] git commit: Polished

Polished


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

Branch: refs/heads/master
Commit: e12a63188d4400b8c7cb4350fd2a54684d7bf034
Parents: 12cc832
Author: Claus Ibsen <da...@apache.org>
Authored: Sun Sep 21 09:08:00 2014 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Sun Sep 21 09:08:00 2014 +0200

----------------------------------------------------------------------
 components/camel-google-drive/pom.xml   | 2 +-
 components/camel-http4/pom.xml          | 2 +-
 components/camel-schematron/pom.xml     | 7 ++++++-
 components/camel-test-blueprint/pom.xml | 2 +-
 examples/pom.xml                        | 2 +-
 5 files changed, 10 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e12a6318/components/camel-google-drive/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-google-drive/pom.xml b/components/camel-google-drive/pom.xml
index 8955b78..7782bb8 100644
--- a/components/camel-google-drive/pom.xml
+++ b/components/camel-google-drive/pom.xml
@@ -27,7 +27,7 @@
 
   <artifactId>camel-google-drive</artifactId>
   <packaging>bundle</packaging>
-  <name>Camel GoogleDrive Component</name>
+  <name>Camel :: GoogleDrive</name>
   <description>Camel Component for GoogleDrive</description>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/e12a6318/components/camel-http4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml
index b30ceeb..b0fa7f4 100644
--- a/components/camel-http4/pom.xml
+++ b/components/camel-http4/pom.xml
@@ -26,7 +26,7 @@
 
     <artifactId>camel-http4</artifactId>
     <packaging>bundle</packaging>
-    <name>Camel :: HTTP4 (HttpClient 4.x)</name>
+    <name>Camel :: HTTP4</name>
     <description>Camel HTTP (Apache HttpClient 4.x) support</description>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/e12a6318/components/camel-schematron/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-schematron/pom.xml b/components/camel-schematron/pom.xml
index d375cd1..9e30736 100644
--- a/components/camel-schematron/pom.xml
+++ b/components/camel-schematron/pom.xml
@@ -23,15 +23,19 @@
         <artifactId>components</artifactId>
         <version>2.15-SNAPSHOT</version>
     </parent>
+    
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.camel</groupId>
     <artifactId>camel-schematron</artifactId>
     <packaging>bundle</packaging>
-    <name>Camel :: SCHEMATRON</name>
+    <name>Camel :: Schematron</name>
+    <description>Camel Schematron support</description>
+
     <properties>
         <camel.osgi.export.pkg>org.apache.camel.component.schematron.*</camel.osgi.export.pkg>
         <camel.osgi.export.service>org.apache.camel.spi.ComponentResolver;component=schematron</camel.osgi.export.service>
     </properties>
+    
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -66,4 +70,5 @@
             <scope>test</scope>
         </dependency>
     </dependencies>
+    
 </project>

http://git-wip-us.apache.org/repos/asf/camel/blob/e12a6318/components/camel-test-blueprint/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml
index 5990725..35abb0e 100644
--- a/components/camel-test-blueprint/pom.xml
+++ b/components/camel-test-blueprint/pom.xml
@@ -26,7 +26,7 @@
 
     <artifactId>camel-test-blueprint</artifactId>
     <packaging>bundle</packaging>
-    <name>Camel :: Test Blueprint</name>
+    <name>Camel :: Test :: Blueprint</name>
     <description>Camel Testing Blueprint Library using JUnit</description>
 
     <properties>

http://git-wip-us.apache.org/repos/asf/camel/blob/e12a6318/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 44c3e48..9f1451b 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -26,7 +26,7 @@
   </parent>
 
   <artifactId>examples</artifactId>
-  <name>Camel :: Examples</name>
+  <name>Camel :: Example</name>
   <description>Camel Examples</description>
   <packaging>pom</packaging>