[java-idp-plugin-oidc-config] branch main updated: JOIDCCONF-10 - Update config to next major version
Phil Smart
philip.smart at jisc.ac.uk
Tue Jun 17 16:25:34 UTC 2025
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-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=b5ae14283954dd78c5c1a00fad04386b1c972d2c
The following commit(s) were added to refs/heads/main by this push:
new b5ae142 JOIDCCONF-10 - Update config to next major version
b5ae142 is described below
commit b5ae14283954dd78c5c1a00fad04386b1c972d2c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 17 17:25:21 2025 +0100
JOIDCCONF-10 - Update config to next major version
- Update to version 3.0.0
https://shibboleth.atlassian.net/browse/JOIDCCONF-10
---
oidc-config-dist/pom.xml | 2 +-
oidc-config-impl/pom.xml | 2 +-
.../resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/oidc-config-dist/pom.xml b/oidc-config-dist/pom.xml
index 9ad62fe..0d1d5e8 100644
--- a/oidc-config-dist/pom.xml
+++ b/oidc-config-dist/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-config-dist</artifactId>
diff --git a/oidc-config-impl/pom.xml b/oidc-config-impl/pom.xml
index 00fcf73..cfb4169 100644
--- a/oidc-config-impl/pom.xml
+++ b/oidc-config-impl/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-oidc-config-impl</artifactId>
diff --git a/oidc-config-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties b/oidc-config-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties
index bcd2aed..a39231b 100644
--- a/oidc-config-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties
+++ b/oidc-config-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/config/plugin.properties
@@ -2,6 +2,6 @@
plugin.id = net.shibboleth.idp.plugin.oidc.config
# Only used when package manifest is not available
-plugin.version = 2.3.0
+plugin.version = 3.0.0
plugin.modules.required = idp.oidc.common.7
diff --git a/pom.xml b/pom.xml
index b903f3c..e95aabf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
<groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
- <version>2.3.0-SNAPSHOT</version>
+ <version>3.0.0-SNAPSHOT</version>
<name>Shibboleth IdP :: Plugins :: OIDC/OAuth Shared Configuration</name>
<packaging>pom</packaging>
<description>Parent project for the Shibboleth Identity Provider OIDC/OAuth Shared Configuration</description>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list