[java-shib-attribute] branch main updated: Rename shib-shared groupId.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 6 17:04:03 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-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=f17cdd55848168bc6ff5e05311e45ef6a88dd777
The following commit(s) were added to refs/heads/main by this push:
new f17cdd558 Rename shib-shared groupId.
f17cdd558 is described below
commit f17cdd55848168bc6ff5e05311e45ef6a88dd777
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 6 13:04:01 2022 -0400
Rename shib-shared groupId.
---
pom.xml | 2 +-
shib-saml-attribute-impl/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0e9a72ff6..9e5bb65c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,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>
diff --git a/shib-saml-attribute-impl/pom.xml b/shib-saml-attribute-impl/pom.xml
index 3f06cb7d6..6558617b2 100644
--- a/shib-saml-attribute-impl/pom.xml
+++ b/shib-saml-attribute-impl/pom.xml
@@ -160,7 +160,7 @@
</dependency>
<dependency>
- <groupId>net.shibboleth.shared</groupId>
+ <groupId>net.shibboleth</groupId>
<artifactId>shib-testing</artifactId>
<scope>test</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list