[java-identity-provider] 02/02: Bump minor version and OpenSAML dependency.

Scott Cantor cantor.2 at osu.edu
Tue Oct 31 20:09:03 UTC 2023


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

scantor pushed a commit to branch dev/IDP-2183
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ed6bef422addc24aec8d297664c08ab5eca3b92b

commit ed6bef422addc24aec8d297664c08ab5eca3b92b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 31 14:05:56 2023 -0400

    Bump minor version and OpenSAML dependency.
---
 idp-admin-api/pom.xml        | 2 +-
 idp-admin-impl/pom.xml       | 2 +-
 idp-authn-api/pom.xml        | 2 +-
 idp-authn-impl/pom.xml       | 2 +-
 idp-bom/pom.xml              | 2 +-
 idp-cas-api/pom.xml          | 2 +-
 idp-cas-impl/pom.xml         | 2 +-
 idp-cli/pom.xml              | 2 +-
 idp-conf-impl/pom.xml        | 2 +-
 idp-consent-api/pom.xml      | 2 +-
 idp-consent-impl/pom.xml     | 2 +-
 idp-core/pom.xml             | 2 +-
 idp-distribution/pom.xml     | 2 +-
 idp-installer/pom.xml        | 2 +-
 idp-parent/pom.xml           | 4 ++--
 idp-profile-api/pom.xml      | 2 +-
 idp-profile-impl/pom.xml     | 2 +-
 idp-saml-api/pom.xml         | 2 +-
 idp-saml-impl/pom.xml        | 2 +-
 idp-schema/pom.xml           | 2 +-
 idp-session-api/pom.xml      | 2 +-
 idp-session-impl/pom.xml     | 2 +-
 idp-spring/pom.xml           | 2 +-
 idp-testing/pom.xml          | 2 +-
 idp-ui/pom.xml               | 2 +-
 idp-war-distribution/pom.xml | 2 +-
 idp-war/pom.xml              | 2 +-
 27 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 6fc2e892b..5de73c07b 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 70f4fdf39..4b128b56e 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index 8b47a0981..b69e28aba 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index c763c2a88..df00f0d07 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 02b5c3263..9b44d1735 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index 97509d88c..ca73a8831 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 484a85cd0..0acae465d 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-cli/pom.xml b/idp-cli/pom.xml
index 2466c17e5..5e177b6cd 100644
--- a/idp-cli/pom.xml
+++ b/idp-cli/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index 945042cb6..52698f10f 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 0691997e3..6bc797d32 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 8919c82c0..529e648e7 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 3a3cea720..6d9cd1e63 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index e099f0a9a..b8185009c 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index c6e70806c..ab1393e5d 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index a5308bcc8..f527aedd1 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -19,7 +19,7 @@
 
     <groupId>net.shibboleth.idp</groupId>
     <artifactId>idp-parent</artifactId>
-    <version>5.0.1-SNAPSHOT</version>
+    <version>5.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
@@ -62,7 +62,7 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.0.0</opensaml.version>
+        <opensaml.version>5.1.0-SNAPSHOT</opensaml.version>
         <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
         <shib-metadata.version>5.0.0</shib-metadata.version>
         <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 04d58fb84..80d0a187e 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index bea6f209f..32039438b 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 78538e4a2..d59bdac47 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 4170647e9..a1e376635 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index b6b232d48..1c3bbf3db 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 89f7b5354..09538b6d9 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 6f4f3cd05..d6357c05d 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-spring/pom.xml b/idp-spring/pom.xml
index 76f424dc1..9e7846813 100644
--- a/idp-spring/pom.xml
+++ b/idp-spring/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-testing/pom.xml b/idp-testing/pom.xml
index 8e060ede2..55e32e2d8 100644
--- a/idp-testing/pom.xml
+++ b/idp-testing/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index ecca1656c..f66c0f532 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 09460fad6..0499f4be3 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 7cca7b405..06d88160e 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>5.0.1-SNAPSHOT</version>
+        <version>5.1.0-SNAPSHOT</version>
         <relativePath>../idp-parent</relativePath>
     </parent>
 

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


More information about the commits mailing list