FELIX-306: be consistent and delegate all version mangling to BND library

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@578201 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
index 20dae90..93b1bff 100644
--- a/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
+++ b/bundleplugin/src/main/java/org/apache/felix/bundleplugin/BundlePlugin.java
@@ -501,9 +501,7 @@
         properties.put(Analyzer.BUNDLE_SYMBOLICNAME, bsn);
         properties.put(Analyzer.IMPORT_PACKAGE, "*");
 
-        String version = this.getMaven2OsgiConverter().getVersion( project.getVersion() );
-
-        properties.put(Analyzer.BUNDLE_VERSION, version);
+        properties.put(Analyzer.BUNDLE_VERSION, project.getVersion());
         this.header(properties, Analyzer.BUNDLE_DESCRIPTION, project
            .getDescription());
         this.header(properties, Analyzer.BUNDLE_LICENSE, this.printLicenses(project