[java-idp-jetty-base] branch 9.4 updated: Hardcode version of jetty9-dta-ssl to match Maven
Tom Zeller
tzeller at dragonacea.biz
Fri Oct 5 11:54:46 EDT 2018
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.4
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=056ff97d99c24cffb00e16af17d773922c1dbd2b
The following commit(s) were added to refs/heads/9.4 by this push:
new 056ff97 Hardcode version of jetty9-dta-ssl to match Maven
056ff97 is described below
commit 056ff97d99c24cffb00e16af17d773922c1dbd2b
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Oct 5 10:54:26 2018 -0500
Hardcode version of jetty9-dta-ssl to match Maven
If we ever release another jetty9-dta-ssl, will need to bump here too.
---
src/main/resources/jetty-base/modules/idp-backchannel.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/jetty-base/modules/idp-backchannel.mod b/src/main/resources/jetty-base/modules/idp-backchannel.mod
index 26479f6..b90f93f 100644
--- a/src/main/resources/jetty-base/modules/idp-backchannel.mod
+++ b/src/main/resources/jetty-base/modules/idp-backchannel.mod
@@ -6,7 +6,7 @@ idp
[files]
lib/ext/
-https://build.shibboleth.net/nexus/service/local/artifact/maven/redirect?r=releases&g=net.shibboleth.utilities.jetty9&a=jetty9-dta-ssl&v=LATEST&p=jar|lib/ext/jetty9-dta-ssl.jar
+https://build.shibboleth.net/nexus/service/local/artifact/maven/redirect?r=releases&g=net.shibboleth.utilities.jetty9&a=jetty9-dta-ssl&v=1.0.0&p=jar|lib/ext/jetty9-dta-ssl-1.0.0.jar
[xml]
etc/idp-backchannel.xml
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list