Skip to content

Commit

Permalink
Merged branch 'jetty-9.3.x' into 'jetty-9.4.x'.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbordet committed Apr 18, 2019
2 parents 1c00de3 + 1f31f52 commit 038c7ee
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|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,7 @@
DO NOT EDIT - See: https://www.eclipse.org/jetty/documentation/current/startup-modules.html

[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|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
Expand Up @@ -351,6 +351,8 @@ The ALPN implementation, relying on modifications of OpenJDK classes, updates ev
|1.8.0u192 |8.1.13.v20181017
|1.8.0u201 |8.1.13.v20181017
|1.8.0u202 |8.1.13.v20181017
|1.8.0u211 |8.1.13.v20181017
|1.8.0u212 |8.1.13.v20181017
|=============================

[[alpn-build]]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|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,5 @@
[files]
maven://org.mortbay.jetty.alpn/alpn-boot/8.1.13.v20181017|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 @@ -1814,6 +1814,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>
<profile>
<id>jdk9</id>
<activation>
Expand Down

0 comments on commit 038c7ee

Please sign in to comment.