put "Doxia Tools" in artifact names instead of simply "Doxia"

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1807923 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doxia-book-maven-plugin/pom.xml b/doxia-book-maven-plugin/pom.xml
index 81bf2f2..497a509 100644
--- a/doxia-book-maven-plugin/pom.xml
+++ b/doxia-book-maven-plugin/pom.xml
@@ -33,7 +33,7 @@
   <version>1.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
-  <name>Doxia :: Book Maven Plugin</name>
+  <name>Doxia Tools :: Book Maven Plugin</name>
   <description>A Maven plugin for Doxia books.</description>
 
   <prerequisites>
diff --git a/doxia-book-renderer/pom.xml b/doxia-book-renderer/pom.xml
index 8071453..d837371 100644
--- a/doxia-book-renderer/pom.xml
+++ b/doxia-book-renderer/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>doxia-book-renderer</artifactId>
   <version>1.3-SNAPSHOT</version>
 
-  <name>Doxia :: Book Renderer</name>
+  <name>Doxia Tools :: Book Renderer</name>
   <description>A component to render books like user manuals and guides in any format supported by Doxia.</description>
 
   <scm>
diff --git a/doxia-converter/pom.xml b/doxia-converter/pom.xml
index acc3bd1..fbfa9af 100644
--- a/doxia-converter/pom.xml
+++ b/doxia-converter/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>doxia-converter</artifactId>
   <version>1.3-SNAPSHOT</version>
 
-  <name>Doxia :: Converter</name>
+  <name>Doxia Tools :: Converter</name>
   <description>Doxia Converter Tool to convert a supported format to another.</description>
 
   <scm>
diff --git a/doxia-linkcheck/pom.xml b/doxia-linkcheck/pom.xml
index 5b29e64..48aa877 100644
--- a/doxia-linkcheck/pom.xml
+++ b/doxia-linkcheck/pom.xml
@@ -32,7 +32,7 @@
   <artifactId>doxia-linkcheck</artifactId>
   <version>1.3-SNAPSHOT</version>
 
-  <name>Doxia :: Linkcheck</name>
+  <name>Doxia Tools :: Linkcheck</name>
   <description>Doxia linkcheck is a tool to check the validity of links.</description>
 
   <scm>
diff --git a/pom.xml b/pom.xml
index 2f3d17d..bb84626 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <version>1-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Doxia :: Tools Aggregator</name>
+  <name>Doxia Tools :: Aggregator</name>
 
   <modules>
     <module>doxia-book-maven-plugin</module>