Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2015-05-22 05:21:56 +0000
committerJan Bartel2015-05-22 05:21:56 +0000
commitd7819913a65309bfe2ea04d4988d283f473ba013 (patch)
treefbe77568354e8c2bbe09e76e2012a08dfd93dcfb
parentac7b515915f7a8e5d8003e9f5dba989f44c04abd (diff)
downloadorg.eclipse.jetty.project-d7819913a65309bfe2ea04d4988d283f473ba013.tar.gz
org.eclipse.jetty.project-d7819913a65309bfe2ea04d4988d283f473ba013.tar.xz
org.eclipse.jetty.project-d7819913a65309bfe2ea04d4988d283f473ba013.zip
Updated osgi alpn bundle to alpn api 1.1.1
-rw-r--r--jetty-osgi/jetty-osgi-alpn/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/jetty-osgi/jetty-osgi-alpn/pom.xml b/jetty-osgi/jetty-osgi-alpn/pom.xml
index fc9ef12f76..2b1cac2013 100644
--- a/jetty-osgi/jetty-osgi-alpn/pom.xml
+++ b/jetty-osgi/jetty-osgi-alpn/pom.xml
@@ -23,6 +23,9 @@
<goals>
<goal>parse-version</goal>
</goals>
+ <configuration>
+ <versionString>${alpn.api.version}</versionString>
+ </configuration>
</execution>
</executions>
</plugin>

Back to the top