Fixing project names
diff --git a/eapub/pom.xml b/eapub/pom.xml
index e6a1c9b..1aa10b4 100644
--- a/eapub/pom.xml
+++ b/eapub/pom.xml
@@ -8,7 +8,7 @@
     </parent>
     <artifactId>org.apache.aries.rsa.eapub</artifactId>
     <packaging>bundle</packaging>
-    <name>Aries Remote Service Event Admin Publisher</name>
+    <name>Aries Remote Service Admin Event Publisher</name>
     <description>The Remote Service Event Admin Publisher</description>
 
     <properties>
diff --git a/repository/pom.xml b/repository/pom.xml
index 13bf06d..0ab5052 100644
--- a/repository/pom.xml
+++ b/repository/pom.xml
@@ -8,6 +8,7 @@
     </parent>
     <artifactId>repository</artifactId>
     <packaging>pom</packaging>
+    <name>Aries Remote Service Admin Repository</name>
     <properties>
         <local.url.policy>REQUIRED</local.url.policy>
     </properties>
diff --git a/spi/pom.xml b/spi/pom.xml
index f3891c0..a9d92df 100644
--- a/spi/pom.xml
+++ b/spi/pom.xml
@@ -28,7 +28,7 @@
     </parent>
     <artifactId>org.apache.aries.rsa.spi</artifactId>
     <packaging>bundle</packaging>
-    <name>Aries Remote Service Admin Service Provider Interface</name>
+    <name>Aries Remote Service Admin SPI</name>
 
     <properties>
         <topDirectoryLocation>../..</topDirectoryLocation>