[java-idp-plugin-oidc-rp] 01/02: Update files to be tagged for release
Phil Smart
philip.smart at jisc.ac.uk
Thu Apr 11 12:13:28 UTC 2024
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=9b218c246efc7f9f9e02eb37310dd7c453e387ec
commit 9b218c246efc7f9f9e02eb37310dd7c453e387ec
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Apr 11 12:06:38 2024 +0000
Update files to be tagged for release
---
idp-oidc-rp-api/pom.xml | 2 +-
idp-oidc-rp-dist/pom.xml | 2 +-
idp-oidc-rp-impl/pom.xml | 2 +-
pom.xml | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/idp-oidc-rp-api/pom.xml b/idp-oidc-rp-api/pom.xml
index 40359a3..52ab41f 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.0-SNAPSHOT</version>
+ <version>2.1.0</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 73dabfb..326e55f 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.0-SNAPSHOT</version>
+ <version>2.1.0</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 eb7e55b..b88e806 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.0-SNAPSHOT</version>
+ <version>2.1.0</version>
</parent>
<artifactId>idp-plugin-oidc-rp-impl</artifactId>
diff --git a/pom.xml b/pom.xml
index e001cdb..9024215 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.0-SNAPSHOT</version>
+ <version>2.1.0</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>
@@ -26,9 +26,9 @@
<shib-shared.testing.version>9.0.0</shib-shared.testing.version>
<okhttp3.tls.version>4.9.3</okhttp3.tls.version>
<oidc-config.groupId>net.shibboleth.idp.plugin.config.oidc</oidc-config.groupId>
- <oidc-config.version>2.1.0-SNAPSHOT</oidc-config.version>
+ <oidc-config.version>2.1.0</oidc-config.version>
<oidc-common.groupId>net.shibboleth.oidc</oidc-common.groupId>
- <oidc-common.version>3.1.0-SNAPSHOT</oidc-common.version>
+ <oidc-common.version>3.1.0</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