[java-identity-provider] branch maint-4 updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 14:53:02 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=be5c2fbe84f9a454a8b8d0cc14fb9dead5c44f2d
The following commit(s) were added to refs/heads/maint-4 by this push:
new be5c2fbe8 JPAR-197 - Remove our Maven repositories from POMs
be5c2fbe8 is described below
commit be5c2fbe84f9a454a8b8d0cc14fb9dead5c44f2d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 08:44:52 2023 -0600
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
idp-parent/pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 0d5c2c396..4a5205fc2 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -76,23 +76,6 @@
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-module.site.url>
</properties>
- <repositories>
- <repository>
- <id>shib-release</id>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </repository>
- <repository>
- <id>shib-snapshot</id>
- <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories>
-
<dependencies>
<!-- This file should contain NO additional dependencies unless they truly apply to every "every module. See IDP-1620. -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list