[java-idp-plugin-oidc-rp] branch main updated: Update config version to release
Phil Smart
philip.smart at jisc.ac.uk
Fri May 12 12:54:08 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=73f42bdeaa973e8576f04d7c11f4af521094bc38
The following commit(s) were added to refs/heads/main by this push:
new 73f42bd Update config version to release
73f42bd is described below
commit 73f42bdeaa973e8576f04d7c11f4af521094bc38
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 12 13:54:06 2023 +0100
Update config version to release
---
idp-oidc-rp-impl/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/idp-oidc-rp-impl/pom.xml b/idp-oidc-rp-impl/pom.xml
index fd7b9fd..5366a69 100644
--- a/idp-oidc-rp-impl/pom.xml
+++ b/idp-oidc-rp-impl/pom.xml
@@ -26,7 +26,7 @@
</dependency>
<!-- provided dependencies -->
<dependency>
- <groupId>net.shibboleth.idp.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-impl</artifactId>
<scope>provided</scope>
</dependency>
diff --git a/pom.xml b/pom.xml
index 1c03c2b..eacab8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<java-support.version>8.4.0</java-support.version>
<spring-extensions.version>6.3.0</spring-extensions.version>
<oidc.common.version>2.2.0-SNAPSHOT</oidc.common.version>
- <idp.oidc.config.version>1.0.0-SNAPSHOT</idp.oidc.config.version>
+ <idp.oidc.config.version>1.0.0</idp.oidc.config.version>
<okhttp3.mockserver.version>4.9.3</okhttp3.mockserver.version>
<okhttp3.tls.version>4.9.3</okhttp3.tls.version>
<idp.oidc.groupId>net.shibboleth.oidc</idp.oidc.groupId>
@@ -93,7 +93,7 @@
<dependencies>
<!-- OIDC Shared config, which is a runtime dependency to the whole project -->
<dependency>
- <groupId>net.shibboleth.idp.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-impl</artifactId>
<version>${idp.oidc.config.version}</version>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list