Skip to content

Commit

Permalink
Issue #704
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Jul 14, 2016
1 parent 112244d commit c7b80be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jetty-osgi/jetty-osgi-alpn/pom.xml
Expand Up @@ -25,6 +25,7 @@
</goals>
<configuration>
<versionString>${alpn.api.version}</versionString>
<propertyPrefix>alpn</propertyPrefix>
</configuration>
</execution>
</executions>
Expand All @@ -37,7 +38,7 @@
<Bundle-SymbolicName>${bundle-symbolic-name};singleton:=true</Bundle-SymbolicName>
<Bundle-Name>Jetty OSGi ALPN Fragment</Bundle-Name>
<Import-Package>!javax.*;!org.eclipse.jetty.*</Import-Package>
<Export-Package>org.eclipse.jetty.alpn;version="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"</Export-Package>
<Export-Package>org.eclipse.jetty.alpn;version="${alpn.majorVersion}.${alpn.minorVersion}.${alpn.incrementalVersion}"</Export-Package>
<Fragment-Host>system.bundle;extension:=framework</Fragment-Host>
</instructions>
</configuration>
Expand Down

0 comments on commit c7b80be

Please sign in to comment.