Fix typo in bundle name
diff --git a/itests/multi-bundle/pom.xml b/itests/multi-bundle/pom.xml
index 0b6aa6b..2a9d711 100644
--- a/itests/multi-bundle/pom.xml
+++ b/itests/multi-bundle/pom.xml
@@ -31,7 +31,7 @@
     <groupId>org.apache.cxf.dosgi.systests</groupId>
     <artifactId>cxf-dosgi-itests-multibundle</artifactId>
     <packaging>jar</packaging>
-    <name>CXF DOSGi Integration Tests Multi  Bundle</name>
+    <name>CXF DOSGi Integration Tests Multi-Bundle</name>
     
     <properties>
         <topDirectoryLocation>../..</topDirectoryLocation>