Skip to content

Commit

Permalink
Updated ALPN version for JDK 8u211 and 8u212.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
  • Loading branch information
sbordet committed Apr 18, 2019
1 parent a15534d commit 03243eb
Show file tree
Hide file tree
Showing 5 changed files with 56 additions and 0 deletions.
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.13.v20181017/alpn-boot-8.1.13.v20181017.jar|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.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.13.v20181017/alpn-boot-8.1.13.v20181017.jar|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.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.13.v20181017/alpn-boot-8.1.13.v20181017.jar|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.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.13.v20181017/alpn-boot-8.1.13.v20181017.jar|lib/alpn/alpn-boot-8.1.13.v20181017.jar

[exec]
-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.13.v20181017.jar
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1564,6 +1564,30 @@
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>8u211</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_211</value>
</property>
</activation>
<properties>
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
<profile>
<id>8u212</id>
<activation>
<property>
<name>java.version</name>
<value>1.8.0_212</value>
</property>
</activation>
<properties>
<alpn.version>8.1.13.v20181017</alpn.version>
</properties>
</profile>
</profiles>

<pluginRepositories>
Expand Down

0 comments on commit 03243eb

Please sign in to comment.