[java-idp-plugin-oidc-rp] branch main updated: Unlock IdP and Commons versions.

Scott Cantor cantor.2 at osu.edu
Thu Dec 30 17:19:29 UTC 2021


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

scantor pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=8a0aa7f8cc2d58a0b4fcea5f21c4f77af7446db3

The following commit(s) were added to refs/heads/main by this push:
     new 8a0aa7f  Unlock IdP and Commons versions.
8a0aa7f is described below

commit 8a0aa7f8cc2d58a0b4fcea5f21c4f77af7446db3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 30 12:19:26 2021 -0500

    Unlock IdP and Commons versions.
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 22f6b7a..c9959f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,12 +16,12 @@
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.1.0</idp.version>
+        <idp.version>4.2.0-SNAPSHOT</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.1.0</opensaml.version>
-        <oidc.common.version>1.1.1-SNAPSHOT</oidc.common.version>
+        <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
+        <oidc.common.version>1.2.0-SNAPSHOT</oidc.common.version>
         <!-- This is tmp until certain classes move over to commons -->
-        <oidc.op.version>3.0.1</oidc.op.version>
+        <oidc.op.version>3.1.0-SNAPSHOT</oidc.op.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
 

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


More information about the commits mailing list