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 2013/12/09 09:16:23 UTC

[3/3] git commit: Polished to align the name in the pom

Polished to align the name in the pom


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

Branch: refs/heads/camel-2.11.x
Commit: f4c113fa29201b9b04094fea9c4f6310299a9024
Parents: c2e5d8e
Author: Claus Ibsen <da...@apache.org>
Authored: Mon Dec 9 09:17:52 2013 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon Dec 9 09:18:50 2013 +0100

----------------------------------------------------------------------
 buildingtools/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/f4c113fa/buildingtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildingtools/pom.xml b/buildingtools/pom.xml
index 078a2df..5d416b0 100644
--- a/buildingtools/pom.xml
+++ b/buildingtools/pom.xml
@@ -27,8 +27,8 @@
     </parent>
 
     <artifactId>camel-buildtools</artifactId>
-    <name>Apache :: Camel Buildtools</name>
-    <description>The build tools for the Camel project</description>
+    <name>Camel :: Buildtools</name>
+    <description>The build tools for the Apache Camel project</description>
 
     <properties>
         <maven.test.skip>true</maven.test.skip>