[java-idp-plugin-oidc-rp] branch main updated: Rev version to 2.2.0-SNAPSHOT

Phil Smart philip.smart at jisc.ac.uk
Thu Mar 27 15:02:51 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-rp.

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

The following commit(s) were added to refs/heads/main by this push:
     new 4a78df9  Rev version to 2.2.0-SNAPSHOT
4a78df9 is described below

commit 4a78df9679c5e306e0622af17498d8ded4a5ebba
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 27 15:02:49 2025 +0000

    Rev version to 2.2.0-SNAPSHOT
---
 idp-oidc-rp-api/pom.xml                                                 | 2 +-
 idp-oidc-rp-dist/pom.xml                                                | 2 +-
 idp-oidc-rp-impl/pom.xml                                                | 2 +-
 .../resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties | 2 +-
 pom.xml                                                                 | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index 4118134..b8d5c88 100644
--- a/idp-oidc-rp-api/pom.xml
+++ b/idp-oidc-rp-api/pom.xml
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>net.shibboleth.idp.plugin.authn</groupId>
 		<artifactId>idp-plugin-oidc-rp-parent</artifactId>
-		<version>2.1.3-SNAPSHOT</version>
+		<version>2.2.0-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>idp-plugin-oidc-rp-api</artifactId>
diff --git a/idp-oidc-rp-dist/pom.xml b/idp-oidc-rp-dist/pom.xml
index 8338a7c..edf2edf 100644
--- a/idp-oidc-rp-dist/pom.xml
+++ b/idp-oidc-rp-dist/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.authn</groupId>
         <artifactId>idp-plugin-oidc-rp-parent</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-oidc-rp-dist</artifactId>
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index 2584caf..9efbb3e 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.authn</groupId>
         <artifactId>idp-plugin-oidc-rp-parent</artifactId>
-        <version>2.1.3-SNAPSHOT</version>
+        <version>2.2.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-oidc-rp-impl</artifactId>
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 a9fc0df..2ac398c 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.1.3
+plugin.version = 2.2.0
 #plugin.license = licence.txt
 
 plugin.modules.required = idp.oidc.config.3
diff --git a/pom.xml b/pom.xml
index 3e9a235..274adab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
-    <version>2.1.3-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
     <name>Shibboleth IdP :: Plugins :: OpenID Connect Relying Party Login Flow</name>
     <packaging>pom</packaging>
     <description>Java OIDC ReylingParty Proxy authentication plugin for the Shibboleth IdP.</description>

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


More information about the commits mailing list