[java-idp-integration-tests] branch master updated: Update parent POM and OpenSAML versions.

Scott Cantor cantor.2 at osu.edu
Tue Jun 2 17:22:57 UTC 2020


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=35ae6a5aafc145066407a2e42e9254a96efb914d

The following commit(s) were added to refs/heads/master by this push:
       new  35ae6a5   Update parent POM and OpenSAML versions.
35ae6a5 is described below

commit 35ae6a5aafc145066407a2e42e9254a96efb914d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 2 13:22:55 2020 -0400

    Update parent POM and OpenSAML versions.
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87229ba..23a7a5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>11.0.1</version>
     </parent>
 
     <name>idp-integration-tests</name>
@@ -19,7 +19,7 @@
 
     <properties>
         <!-- IdP -->
-        <idp.version>4.0.1-SNAPSHOT</idp.version>
+        <idp.version>4.0.2-SNAPSHOT</idp.version>
 
         <!--  Version of IdP to be tested -->
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
@@ -40,7 +40,7 @@
 
         <!-- OpenSAML and Java support -->
         <java-support.version>8.0.1-SNAPSHOT</java-support.version>
-        <opensaml.version>4.0.1-SNAPSHOT</opensaml.version>
+        <opensaml.version>4.0.1</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