[TAMAYA-175] Changed the names of the extensions modules.
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 872ca43..d2f0bb6 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -30,7 +30,7 @@
     </parent>
 
     <artifactId>tamaya-extension-distribution</artifactId>
-    <name>Apache Tamaya Distribution</name>
+    <name>Apache Tamaya Extension Distribution</name>
     <inceptionYear>2015</inceptionYear>
 
     <dependencies>
diff --git a/modules/events/pom.xml b/modules/events/pom.xml
index 397d525..1f9d05c 100644
--- a/modules/events/pom.xml
+++ b/modules/events/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>tamaya-events</artifactId>
-    <name>Apache Tamaya Modules - Event and dynamic Update Extensions</name>
+    <name>Apache Tamaya Event and dynamic Update Extensions</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/filter/pom.xml b/modules/filter/pom.xml
index 43ee713..a0f9584 100644
--- a/modules/filter/pom.xml
+++ b/modules/filter/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>tamaya-filter</artifactId>
-    <name>Apache Tamaya Modules - Adaptive Configuration Filtering</name>
+    <name>Apache Tamaya Adaptive Configuration Filtering</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/formats/pom.xml b/modules/formats/pom.xml
index 9fe9d76..990acfc 100644
--- a/modules/formats/pom.xml
+++ b/modules/formats/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-formats</artifactId>
-    <name>Apache Tamaya Modules - Formats</name>
+    <name>Apache Tamaya Modules Formats</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/functions/pom.xml b/modules/functions/pom.xml
index 13b515a..f8c27f2 100644
--- a/modules/functions/pom.xml
+++ b/modules/functions/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>tamaya-functions</artifactId>
-    <name>Apache Tamaya Modules - Common Functional Extensions</name>
+    <name>Apache Tamaya Modules Common Functional Extensions</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/injection-api/pom.xml b/modules/injection-api/pom.xml
index 69e8158..8db431e 100644
--- a/modules/injection-api/pom.xml
+++ b/modules/injection-api/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-injection-api</artifactId>
-    <name>Apache Tamaya Modules - Injection Support API</name>
+    <name>Apache Tamaya Injection Support API</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/injection/pom.xml b/modules/injection/pom.xml
index c12e336..16809b7 100644
--- a/modules/injection/pom.xml
+++ b/modules/injection/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-injection</artifactId>
-    <name>Apache Tamaya Modules - Injection Support</name>
+    <name>Apache Tamaya Injection Support</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index 1dd2102..4957986 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -29,7 +29,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-json</artifactId>
-    <name>Apache Tamaya Modules - JSON Support</name>
+    <name>Apache Tamaya JSON Support</name>
     <packaging>bundle</packaging>
     <inceptionYear>2015</inceptionYear>
 
diff --git a/modules/optional/pom.xml b/modules/optional/pom.xml
index 9a0a757..f24e8e4 100644
--- a/modules/optional/pom.xml
+++ b/modules/optional/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>tamaya-optional</artifactId>
-    <name>Apache Tamaya Modules - Optional Configuration Backend</name>
+    <name>Apache Tamaya Optional Configuration Backend</name>
     <description>This module provides a simple class that can be used as a single dependency for evaluating
     configuration. It runs basically without Tamaya being on the classpath, but if available it
     considers/uses Tamaya functionality.</description>
diff --git a/modules/pom.xml b/modules/pom.xml
index 7a166e2..ffe708c 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>tamaya-extensions</artifactId>
     <groupId>org.apache.tamaya.ext</groupId>
-    <name>Apache Tamaya Extension Modules - all</name>
+    <name>Apache Tamaya Extension Modules</name>
     <description>This project contains the several extensions that can be used with Tamaya.</description>
     <packaging>pom</packaging>
 
diff --git a/modules/resolver/pom.xml b/modules/resolver/pom.xml
index b0f388e..3a97788 100644
--- a/modules/resolver/pom.xml
+++ b/modules/resolver/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-resolver</artifactId>
-    <name>Apache Tamaya Modules - Resolver Services</name>
+    <name>Apache Tamaya Resolver Services</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/resources/pom.xml b/modules/resources/pom.xml
index cefa89b..334cb17 100644
--- a/modules/resources/pom.xml
+++ b/modules/resources/pom.xml
@@ -28,7 +28,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-resources</artifactId>
-    <name>Apache Tamaya Modules - Resource Services</name>
+    <name>Apache Tamaya Resource Services</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/spi-support/pom.xml b/modules/spi-support/pom.xml
index 28b7f08..c324481 100644
--- a/modules/spi-support/pom.xml
+++ b/modules/spi-support/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <artifactId>tamaya-spisupport</artifactId>
-    <name> Apache Tamaya Modules - Common Support Classes</name>
+    <name> Apache Tamaya Common Support Classes</name>
     <description>Apache Tamaya Support Classes useful when implementing the Tamaya SPI or code independent of the core RI
         implementation.</description>
     <packaging>bundle</packaging>
diff --git a/modules/spring/pom.xml b/modules/spring/pom.xml
index 7965b87..7b09413 100644
--- a/modules/spring/pom.xml
+++ b/modules/spring/pom.xml
@@ -28,7 +28,7 @@
     </parent>
 
     <artifactId>tamaya-spring</artifactId>
-    <name>Apache Tamaya Integration - Spring</name>
+    <name>Apache Tamaya Spring Integration</name>
     <packaging>bundle</packaging>
 
     <properties>
diff --git a/modules/yaml/pom.xml b/modules/yaml/pom.xml
index 22bc57f..0a5a5d1 100644
--- a/modules/yaml/pom.xml
+++ b/modules/yaml/pom.xml
@@ -29,7 +29,7 @@
         <relativePath>..</relativePath>
     </parent>
     <artifactId>tamaya-yaml</artifactId>
-    <name>Apache Tamaya Modules - YAML Support</name>
+    <name>Apache Tamaya YAML Support</name>
     <packaging>bundle</packaging>
     <inceptionYear>2016</inceptionYear>