[java-idp-integration-tests] branch main updated: Bump IdP to 5.0.1-SNAPSHOT

Tom Zeller tzeller at dragonacea.biz
Fri Sep 15 11:45:26 UTC 2023


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=9f41fab09a5d4b833360c4125d28e0e72864ca4e

The following commit(s) were added to refs/heads/main by this push:
     new 9f41fab  Bump IdP to 5.0.1-SNAPSHOT
9f41fab is described below

commit 9f41fab09a5d4b833360c4125d28e0e72864ca4e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Sep 15 06:45:11 2023 -0500

    Bump IdP to 5.0.1-SNAPSHOT
---
 pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index a32e469..bfa28d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.0-SNAPSHOT</version>
+        <version>17.0.2-SNAPSHOT</version>
     </parent>
 
     <name>idp-integration-tests</name>
@@ -18,7 +18,7 @@
 
     <properties>
         <!-- IdP -->
-        <idp.version>5.0.0-SNAPSHOT</idp.version>
+        <idp.version>5.0.1-SNAPSHOT</idp.version>
 
         <!--  Version of IdP to be tested -->
         <idp-to-be-tested.version>${idp.version}</idp-to-be-tested.version>
@@ -38,7 +38,7 @@
         <testbed.classifier>classes</testbed.classifier>
 
         <!-- OpenSAML -->
-        <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
+        <opensaml.version>5.0.1-SNAPSHOT</opensaml.version>
 
         <selenium.version>4.7.2</selenium.version>
 
@@ -65,13 +65,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>net.shibboleth.idp</groupId>
-                <artifactId>idp-tests-bom</artifactId>
-                <version>${idp.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
         </dependencies>
     </dependencyManagement>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list