[java-shib-metadata] branch main updated: Rename shib-shared groupId.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 6 17:03:49 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=5ece3dc72ab4a01f83fd4c8b2a60d5d630bcc413
The following commit(s) were added to refs/heads/main by this push:
new 5ece3dc72 Rename shib-shared groupId.
5ece3dc72 is described below
commit 5ece3dc72ab4a01f83fd4c8b2a60d5d630bcc413
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 13:03:47 2022 -0400
Rename shib-shared groupId.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2d078a3a1..e39bbafcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
</modules>
<properties>
- <shib-shared.groupId>net.shibboleth.shared</shib-shared.groupId>
+ <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
@@ -114,7 +114,7 @@
<!-- Import Dependencies: Shared -->
<dependency>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-shared-bom</artifactId>
<version>${shib-shared.version}</version>
<type>pom</type>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list