[java-idp-integration-tests] branch master updated: Add profiles for most recent 9.3 and 9.4 versions of Jetty
Tom Zeller
tzeller at dragonacea.biz
Wed Nov 13 14:27:57 EST 2019
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=74ab914fda93c191e69ae9b5fb093ee0b36c5733
The following commit(s) were added to refs/heads/master by this push:
new 74ab914 Add profiles for most recent 9.3 and 9.4 versions of Jetty
74ab914 is described below
commit 74ab914fda93c191e69ae9b5fb093ee0b36c5733
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Nov 13 13:27:57 2019 -0600
Add profiles for most recent 9.3 and 9.4 versions of Jetty
---
pom.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9cf89bd..47ec21e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,6 +396,14 @@
</properties>
</profile>
+ <profile>
+ <id>jetty-9.3.28</id>
+ <properties>
+ <idp-jetty-base.version>9.3.0</idp-jetty-base.version>
+ <jetty.version>9.3.28.v20191105</jetty.version>
+ </properties>
+ </profile>
+
<!--
Latest Jetty included by Windows Installer
-->
@@ -413,6 +421,13 @@
</properties>
</profile>
+ <profile>
+ <id>jetty-9.4.22</id>
+ <properties>
+ <jetty.version>9.4.22.v20191022</jetty.version>
+ </properties>
+ </profile>
+
<!--
<profile>
<id>jetty-9.4.15-SNAPSHOT</id>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list