[java-idp-integration-tests] 02/02: Bump versions to IdP V5
Tom Zeller
tzeller at dragonacea.biz
Tue Aug 23 23:29:40 UTC 2022
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=b1efc62153ca25012bbeef366041389e9099d960
commit b1efc62153ca25012bbeef366041389e9099d960
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Aug 23 18:29:26 2022 -0500
Bump versions to IdP V5
---
pom.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0f5972a..67ad7bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4</version>
+ <version>17.0.0-SNAPSHOT</version>
</parent>
<name>idp-integration-tests</name>
@@ -18,28 +18,28 @@
<properties>
<!-- IdP -->
- <idp.version>4.3.0-SNAPSHOT</idp.version>
+ <idp.version>5.0.0-SNAPSHOT</idp.version>
<!-- Version of IdP to be tested -->
<idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
<!-- Version of Jetty Base to be tested -->
- <idp-jetty-base.version>10.0.0-SNAPSHOT</idp-jetty-base.version>
+ <idp-jetty-base.version>11.0.0-SNAPSHOT</idp-jetty-base.version>
<!-- Default version of Jetty to be tested -->
- <jetty.version>10.0.9</jetty.version>
+ <jetty.version>11.0.11</jetty.version>
<!-- Tomcat -->
<idp-tomcat-base.version>9.0.0-SNAPSHOT</idp-tomcat-base.version>
<tomcat.version>9.0.58</tomcat.version>
<!-- Testbed -->
- <testbed.version>0.8.0-SNAPSHOT</testbed.version>
+ <testbed.version>5.0.0-SNAPSHOT</testbed.version>
<testbed.classifier>classes</testbed.classifier>
<!-- OpenSAML and Java support -->
- <java-support.version>8.3.2-SNAPSHOT</java-support.version>
- <opensaml.version>4.3.0-SNAPSHOT</opensaml.version>
+ <java-support.version>9.0.0-SNAPSHOT</java-support.version>
+ <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
<selenium.version>4.3.0</selenium.version>
@@ -103,8 +103,8 @@
<!-- Provided Dependencies -->
<dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>javax.servlet-api</artifactId>
+ <groupId>jakarta.servlet</groupId>
+ <artifactId>jakarta.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list