[java-idp-oidc] branch main updated: Fix groupID in POMs
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 12 16:19:37 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=7964a0b376aead723b430d7f46f5ab180d6ce29d
The following commit(s) were added to refs/heads/main by this push:
new 7964a0b3 Fix groupID in POMs
7964a0b3 is described below
commit 7964a0b376aead723b430d7f46f5ab180d6ce29d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 12 16:19:35 2021 +0000
Fix groupID in POMs
---
idp-oidc-extension-impl/pom.xml | 4 ++--
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 5f49b503..f08e28ae 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -22,7 +22,7 @@
<dependencies>
<!-- compile dependencies -->
<dependency>
- <groupId>net.shibboleth.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-api</artifactId>
</dependency>
<dependency>
@@ -267,7 +267,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.shibboleth.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
diff --git a/pom.xml b/pom.xml
index 83777d5c..1c2771cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
</dependency>
<!-- Compile Dependencies -->
<dependency>
- <groupId>net.shibboleth.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.oidc</groupId>
<version>${project.version}</version>
<artifactId>idp-plugin-oidc-op-api</artifactId>
</dependency>
@@ -128,7 +128,7 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>net.shibboleth.oidc</groupId>
+ <groupId>net.shibboleth.idp.plugin.oidc</groupId>
<version>${project.version}</version>
<artifactId>idp-plugin-oidc-op-api</artifactId>
<type>test-jar</type>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list