[java-idp-plugin-oidc-rp] branch main updated: Update versions ready for release

Phil Smart philip.smart at jisc.ac.uk
Tue Jun 27 08:47:30 UTC 2023


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=f2d672da2ec6fb83407b7fc35a72272568cf35fa

The following commit(s) were added to refs/heads/main by this push:
     new f2d672d  Update versions ready for release
f2d672d is described below

commit f2d672da2ec6fb83407b7fc35a72272568cf35fa
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 27 09:47:27 2023 +0100

    Update versions ready for release
---
 .../resources/net/shibboleth/idp/plugin/authn/oidc/rp/plugin.properties | 2 +-
 pom.xml                                                                 | 2 +-
 2 files changed, 2 insertions(+), 2 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 7b3a3d4..1df60c9 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 = 1.0.0
+plugin.version = 1.1.0
 #plugin.license = licence.txt
 
 plugin.modules.required = idp.oidc.config.1
diff --git a/pom.xml b/pom.xml
index 5288311..26903b7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-oidc-rp-parent</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.1.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