[java-idp-integration-tests] branch main updated: Add jetty-12 profile
Tom Zeller
tzeller at dragonacea.biz
Wed May 8 21:46:24 UTC 2024
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=fbf7373bfdcd4aaf64e61ebfd9ca0d1aac62729c
The following commit(s) were added to refs/heads/main by this push:
new fbf7373 Add jetty-12 profile
fbf7373 is described below
commit fbf7373bfdcd4aaf64e61ebfd9ca0d1aac62729c
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed May 8 16:46:17 2024 -0500
Add jetty-12 profile
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index bb7124d..7eb105e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,6 +333,17 @@
</properties>
</profile>
+ <!--
+ The jetty-12 profile tests Jetty 12
+ -->
+ <profile>
+ <id>jetty-12</id>
+ <properties>
+ <jetty.version>12.0.8</jetty.version>
+ <idp-jetty-base.version>12.0.0-SNAPSHOT</idp-jetty-base.version>
+ </properties>
+ </profile>
+
<!--
The jetty profile unpacks Jetty, idp-jetty-base, and adds the testbed to Jetty.
The jetty profile is active by default and not 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