[java-idp-integration-tests] branch main updated: Bump versions after IdP release
Tom Zeller
tzeller at dragonacea.biz
Wed Mar 31 13:30:01 UTC 2021
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=7c2526cef42128b895ac1176b2295156a3d0c590
The following commit(s) were added to refs/heads/main by this push:
new 7c2526c Bump versions after IdP release
7c2526c is described below
commit 7c2526cef42128b895ac1176b2295156a3d0c590
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Mar 31 08:27:33 2021 -0500
Bump versions after IdP release
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7288b81..304de18 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.0-SNAPSHOT</version>
+ <version>11.2.1-SNAPSHOT</version>
</parent>
<name>idp-integration-tests</name>
@@ -19,7 +19,7 @@
<properties>
<!-- IdP -->
- <idp.version>4.1.0-SNAPSHOT</idp.version>
+ <idp.version>4.1.1-SNAPSHOT</idp.version>
<!-- Version of IdP to be tested -->
<idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
@@ -39,8 +39,8 @@
<testbed.classifier>classes</testbed.classifier>
<!-- OpenSAML and Java support -->
- <java-support.version>8.2.0-SNAPSHOT</java-support.version>
- <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
+ <java-support.version>8.2.1-SNAPSHOT</java-support.version>
+ <opensaml.version>4.1.1-SNAPSHOT</opensaml.version>
<selenium.version>3.141.59</selenium.version>
<selenium.htmlunit-driver.version>2.35.1</selenium.htmlunit-driver.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list