459908 - alpn-api contains incorrect Export-Package declaration in
Manifest.MF

+ Adding build-helper-maven-plugin:parse-version to build
diff --git a/pom.xml b/pom.xml
index 08289c0..d0057e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,20 @@
                     <target>1.7</target>
                 </configuration>
             </plugin>
+      <!-- Build helper maven plugin sets the parsedVersion.osgiVersion property -->
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>build-helper-maven-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>set-osgi-version</id>
+            <phase>validate</phase>
+            <goals>
+              <goal>parse-version</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>