[java-idp-plugin-oidc-rp] 02/02: Lock dep versions and update plugin version

Phil Smart philip.smart at jisc.ac.uk
Tue Mar 19 13:45:26 UTC 2024


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

philsmart pushed a commit to branch maint-2.0
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=996ad2a0b5d537275ac2f452d6d515900ac8fb74

commit 996ad2a0b5d537275ac2f452d6d515900ac8fb74
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 19 12:40:21 2024 +0000

    Lock dep versions and update plugin version
---
 .../net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties         | 2 +-
 pom.xml                                                               | 4 ++--
 2 files changed, 3 insertions(+), 3 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 4ceee2c..8aa9569 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
@@ -1,6 +1,6 @@
 plugin.id = net.shibboleth.idp.plugin.authn.oidc.rp
 # Only used when package manifest is not available
-plugin.version = 2.0.0
+plugin.version = 2.0.1
 #plugin.license = licence.txt
 
 plugin.modules.required = idp.oidc.config.2
diff --git a/pom.xml b/pom.xml
index c94164e..35ffd17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.2-SNAPSHOT</version>
+        <version>17.0.2</version>
     </parent>
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
@@ -25,7 +25,7 @@
         <oidc-config.groupId>net.shibboleth.idp.plugin.config.oidc</oidc-config.groupId>
         <oidc-config.version>2.0.0</oidc-config.version>
         <oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
-        <oidc-common.version>3.0.1-SNAPSHOT</oidc-common.version>
+        <oidc-common.version>3.0.1</oidc-common.version>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <shib-profile.groupId>net.shibboleth</shib-profile.groupId>

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


More information about the commits mailing list