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

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-sitetools/trunk@1807922 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/doxia-decoration-model/pom.xml b/doxia-decoration-model/pom.xml
index 877ef86..8335390 100644
--- a/doxia-decoration-model/pom.xml
+++ b/doxia-decoration-model/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>doxia-decoration-model</artifactId>
 
-  <name>Doxia :: Decoration Model</name>
+  <name>Doxia Sitetools :: Decoration Model</name>
   <description>The Decoration Model handles the decoration descriptor for sites, also known as site.xml.</description>
 
   <dependencies>
diff --git a/doxia-doc-renderer/pom.xml b/doxia-doc-renderer/pom.xml
index 8d587ed..e914a77 100644
--- a/doxia-doc-renderer/pom.xml
+++ b/doxia-doc-renderer/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>doxia-doc-renderer</artifactId>
 
-  <name>Doxia :: Document Renderer</name>
+  <name>Doxia Sitetools :: Document Renderer</name>
   <description>The Document Renderer handles the rendering of documents, in formats like PDF and RTF.</description>
 
   <dependencies>
diff --git a/doxia-integration-tools/pom.xml b/doxia-integration-tools/pom.xml
index a5576c7..b2314c8 100644
--- a/doxia-integration-tools/pom.xml
+++ b/doxia-integration-tools/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>doxia-integration-tools</artifactId>
 
-  <name>Doxia :: Integration Tools</name>
+  <name>Doxia Sitetools :: Integration Tools</name>
   <description>A collection of tools to help the integration of Doxia Sitetools in Maven plugins.</description>
 
   <properties>
diff --git a/doxia-site-renderer/pom.xml b/doxia-site-renderer/pom.xml
index 533079e..83d58b9 100644
--- a/doxia-site-renderer/pom.xml
+++ b/doxia-site-renderer/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>doxia-site-renderer</artifactId>
 
-  <name>Doxia :: Site Renderer</name>
+  <name>Doxia Sitetools :: Site Renderer</name>
   <description>The Site Renderer handles the rendering of sites, merging site decoration with document content.</description>
 
 
diff --git a/doxia-skin-model/pom.xml b/doxia-skin-model/pom.xml
index eda24bd..e8d45e5 100644
--- a/doxia-skin-model/pom.xml
+++ b/doxia-skin-model/pom.xml
@@ -31,7 +31,7 @@
 
   <artifactId>doxia-skin-model</artifactId>
 
-  <name>Doxia :: Skin Model</name>
+  <name>Doxia Sitetools :: Skin Model</name>
   <description>The Skin Model defines metadata for Doxia Sitetools skins.</description>
 
   <dependencies>
diff --git a/pom.xml b/pom.xml
index 97da690..73161dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,7 +34,7 @@
   <version>1.7.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
-  <name>Doxia :: Sitetools</name>
+  <name>Doxia Sitetools</name>
   <description>Doxia Sitetools generates sites, consisting of static and dynamic content that was generated by Doxia.</description>
   <url>https://maven.apache.org/doxia/doxia-sitetools/</url>
   <inceptionYear>2005</inceptionYear>