Skip to content

Commit

Permalink
Updated ALPN versions for JDK 8u51.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordet committed Jul 27, 2015
1 parent 35f6092 commit dea406d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
protonego-boot

[files]
http://central.maven.org/maven2/org/mortbay/jetty/alpn/alpn-boot/8.1.3.v20150130/alpn-boot-8.1.3.v20150130.jar|lib/alpn/alpn-boot-8.1.3.v20150130.jar
http://central.maven.org/maven2/org/mortbay/jetty/alpn/alpn-boot/8.1.4.v20150727/alpn-boot-8.1.4.v20150727.jar|lib/alpn/alpn-boot-8.1.4.v20150727.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.3.v20150130.jar
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.4.v20150727.jar
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[name]
protonego-boot

[files]
http://central.maven.org/maven2/org/mortbay/jetty/alpn/alpn-boot/8.1.4.v20150727/alpn-boot-8.1.4.v20150727.jar|lib/alpn/alpn-boot-8.1.4.v20150727.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.4.v20150727.jar
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -966,5 +966,17 @@
<alpn.version>8.1.3.v20150130</alpn.version>
</properties>
</profile>
<profile>
<id>8u51</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_51</value>
</property>
</activation>
<properties>
<alpn.version>8.1.4.v20150727</alpn.version>
</properties>
</profile>
</profiles>
</project>

0 comments on commit dea406d

Please sign in to comment.