[java-idp-integration-tests] branch master updated: IDP-1110 - Add jetty-9.4 profile
Tom Zeller
tzeller at dragonacea.biz
Mon Nov 13 14:28:12 EST 2017
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=bda9411b84fbaddfb5a6ef5df1001c466019e8c6
The following commit(s) were added to refs/heads/master by this push:
new bda9411 IDP-1110 - Add jetty-9.4 profile
bda9411 is described below
commit bda9411b84fbaddfb5a6ef5df1001c466019e8c6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Nov 13 13:27:57 2017 -0600
IDP-1110 - Add jetty-9.4 profile
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index a82376c..431e7dc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -547,6 +547,14 @@
</plugins>
</build>
</profile>
+ <!-- The jetty-9.4 profile sets the version of Jetty and our jetty-base project. -->
+ <profile>
+ <id>jetty-9.4</id>
+ <properties>
+ <idp-jetty-base.version>9.4.0-SNAPSHOT</idp-jetty-base.version>
+ <jetty.version>9.4.6.v20170531</jetty.version>
+ </properties>
+ </profile>
<!--
The tomcat profile unpacks Tomcat, idp-tomcat-base, and adds the testbed webapp to Tomcat.
The tomcat profile is active if the 'tomcat' system property is present.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list