[java-idp-integration-tests] branch main updated: Bump versions after release
Tom Zeller
tzeller at dragonacea.biz
Tue Jun 1 19:24:53 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=9853f380b5b447e017131bef2370490dc1d759a1
The following commit(s) were added to refs/heads/main by this push:
new 9853f38 Bump versions after release
9853f38 is described below
commit 9853f380b5b447e017131bef2370490dc1d759a1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 1 14:24:46 2021 -0500
Bump versions after release
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 547a9e2..6f0bc45 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.2.1-SNAPSHOT</version>
+ <version>11.2.2-SNAPSHOT</version>
</parent>
<name>idp-integration-tests</name>
@@ -19,7 +19,7 @@
<properties>
<!-- IdP -->
- <idp.version>4.1.1-SNAPSHOT</idp.version>
+ <idp.version>4.1.3-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.1-SNAPSHOT</java-support.version>
- <opensaml.version>4.1.1-SNAPSHOT</opensaml.version>
+ <java-support.version>8.2.2-SNAPSHOT</java-support.version>
+ <opensaml.version>4.1.2-SNAPSHOT</opensaml.version>
<selenium.version>3.141.59</selenium.version>
<sauce.version>2.1.20</sauce.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list