[java-idp-plugin-oidc-config] branch main updated: Update groupId to better reflect plugin and config characteristics
Phil Smart
philip.smart at jisc.ac.uk
Fri May 12 11:51:45 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-config.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-config.git;a=commit;h=f94c06389205ce8bcd836043bc22eb9f9cd34495
The following commit(s) were added to refs/heads/main by this push:
new f94c063 Update groupId to better reflect plugin and config characteristics
f94c063 is described below
commit f94c06389205ce8bcd836043bc22eb9f9cd34495
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri May 12 12:51:42 2023 +0100
Update groupId to better reflect plugin and config characteristics
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index da2ee66..ee0a8d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<version>11.3.5</version>
</parent>
- <groupId>net.shibboleth.idp.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
<artifactId>idp-plugin-oidc-config-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>Shibboleth IdP :: Plugins :: OIDC/OAuth Shared Configuration</name>
@@ -16,7 +16,7 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>4.2.0</idp.version>
+ <idp.version>4.3.0</idp.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list