[java-idp-integration-tests] branch main updated: Bump IdP to 5.1.2-SNAPSHOT
Tom Zeller
tzeller at dragonacea.biz
Tue Mar 26 13:57:23 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=7c61ade3ba4143883e08115e85fb6cfbc37fc755
The following commit(s) were added to refs/heads/main by this push:
new 7c61ade Bump IdP to 5.1.2-SNAPSHOT
7c61ade is described below
commit 7c61ade3ba4143883e08115e85fb6cfbc37fc755
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Mar 26 08:57:08 2024 -0500
Bump IdP to 5.1.2-SNAPSHOT
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 02c9328..12f5733 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.1-SNAPSHOT</version>
+ <version>17.1.2-SNAPSHOT</version>
</parent>
<name>idp-integration-tests</name>
@@ -18,7 +18,7 @@
<properties>
<!-- IdP -->
- <idp.version>5.1.1-SNAPSHOT</idp.version>
+ <idp.version>5.1.2-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.1-SNAPSHOT</opensaml.version>
+ <opensaml.version>5.1.2-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