Skip to content

Commit

Permalink
Replaced references to branch 'master' with 'jetty-9.3.x'.
Browse files Browse the repository at this point in the history
Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Jan 30, 2020
1 parent f52ed62 commit 4139b67
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jetty-server/src/main/config/modules/ssl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ etc/jetty-ssl.xml
etc/jetty-ssl-context.xml

[files]
https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=${jetty.tag.version}|etc/keystore
https://raw.githubusercontent.com/eclipse/jetty.project/jetty-9.3.x/jetty-server/src/test/config/etc/keystore|etc/keystore

[ini-template]
### TLS(SSL) Connector Configuration
Expand Down
2 changes: 1 addition & 1 deletion jetty-start/src/test/resources/assert-home-with-http2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ JVM|-Xmx1024m

# Downloads
DOWNLOAD|maven://org.mortbay.jetty.alpn/alpn-boot/8.1.3.v20150130|lib/alpn/alpn-boot-8.1.3.v20150130.jar
DOWNLOAD|https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=master|etc/keystore
DOWNLOAD|https://raw.githubusercontent.com/eclipse/jetty.project/jetty-9.3.x/jetty-server/src/test/config/etc/keystore|etc/keystore

# Files
FILE|lib/
Expand Down
2 changes: 1 addition & 1 deletion jetty-start/src/test/resources/dist-home/modules/ssl.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ etc/jetty-ssl.xml
etc/jetty-ssl-context.xml

[files]
https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=${jetty.tag.version}|etc/keystore
https://raw.githubusercontent.com/eclipse/jetty.project/jetty-9.3.x/jetty-server/src/test/config/etc/keystore|etc/keystore

[ini-template]
### TLS(SSL) Connector Configuration
Expand Down
2 changes: 1 addition & 1 deletion jetty-start/src/test/resources/usecases/http2.assert.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ PROP|jetty.sslContext.trustStorePassword=sundae

# The Downloads
DOWNLOAD|maven://org.mortbay.jetty.alpn/alpn-boot/8.1.3.v20150130|lib/alpn/alpn-boot-8.1.3.v20150130.jar
DOWNLOAD|https://raw.githubusercontent.com/eclipse/jetty.project/master/jetty-server/src/test/config/etc/keystore?id=master|etc/keystore
DOWNLOAD|https://raw.githubusercontent.com/eclipse/jetty.project/jetty-9.3.x/jetty-server/src/test/config/etc/keystore|etc/keystore

# The Bootlib
BOOTLIB|-Xbootclasspath/p:lib/alpn/alpn-boot-8.1.3.v20150130.jar
Expand Down

0 comments on commit 4139b67

Please sign in to comment.