[java-idp-plugin-oidc-rp] branch main updated: Set project dependency versions

Phil Smart philip.smart at jisc.ac.uk
Fri Oct 28 09:56:56 UTC 2022


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

philsmart 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=4463a1e101922b9123a5ca97a72bb3c6ad59b36b

The following commit(s) were added to refs/heads/main by this push:
     new 4463a1e  Set project dependency versions
4463a1e is described below

commit 4463a1e101922b9123a5ca97a72bb3c6ad59b36b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Oct 28 10:56:51 2022 +0100

    Set project dependency versions
---
 .../net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties     | 2 +-
 pom.xml                                                           | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
index 570d3d2..df37d1b 100644
--- a/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
+++ b/idp-oidc-rp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties
@@ -6,4 +6,4 @@ plugin.version = 0.0.1
 #plugin.license = licence.txt
 
 # No prereqs
-plugin.modules.required = idp.oidc.common.2
+plugin.modules.required = idp.oidc.common.3
diff --git a/pom.xml b/pom.xml
index 7eed45b..e14618b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.4-SNAPSHOT</version>
+        <version>11.3.4</version>
     </parent>
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
@@ -16,10 +16,10 @@
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.2.2-SNAPSHOT</idp.version>
+        <idp.version>4.2.1</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.2.1-SNAPSHOT</opensaml.version>
-        <oidc.common.version>2.1.1-SNAPSHOT</oidc.common.version>
+        <opensaml.version>4.2.0</opensaml.version>
+        <oidc.common.version>2.2.0-SNAPSHOT</oidc.common.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