[java-idp-integration-tests] branch main updated: Bump IdP to 5.1.1-SNAPSHOT
Tom Zeller
tzeller at dragonacea.biz
Thu Mar 14 13:39:04 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=2a3d1a6982c2a5ef37a8aec070167eff6b73a584
The following commit(s) were added to refs/heads/main by this push:
new 2a3d1a6 Bump IdP to 5.1.1-SNAPSHOT
2a3d1a6 is described below
commit 2a3d1a6982c2a5ef37a8aec070167eff6b73a584
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Mar 14 08:36:49 2024 -0500
Bump IdP to 5.1.1-SNAPSHOT
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index c557918..02c9328 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.0-SNAPSHOT</version>
+ <version>17.1.1-SNAPSHOT</version>
</parent>
<name>idp-integration-tests</name>
@@ -18,7 +18,7 @@
<properties>
<!-- IdP -->
- <idp.version>5.1.0-SNAPSHOT</idp.version>
+ <idp.version>5.1.1-SNAPSHOT</idp.version>
<!-- Version of IdP to be tested -->
<idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
@@ -39,7 +39,7 @@
<testbed.classifier>classes</testbed.classifier>
<!-- OpenSAML -->
- <opensaml.version>5.1.0-SNAPSHOT</opensaml.version>
+ <opensaml.version>5.1.1-SNAPSHOT</opensaml.version>
<selenium.version>4.16.1</selenium.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list