You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by am...@apache.org on 2019/05/28 21:24:50 UTC

[cxf-dosgi] 01/16: Fix typo in bundle name

This is an automated email from the ASF dual-hosted git repository.

amichai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-dosgi.git

commit 5a905be4528f80d42d867bf2f35a4df975efc4e4
Author: Amichai Rothman <am...@apache.org>
AuthorDate: Mon May 27 23:01:20 2019 +0300

    Fix typo in bundle name
---
 itests/multi-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>