[java-shib-metadata] branch main updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 15:53:59 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller 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=cd1dfb6f0908da5077cc9cf984d71d136c9786e7
The following commit(s) were added to refs/heads/main by this push:
new cd1dfb6f JPAR-197 - Remove our Maven repositories from POMs
cd1dfb6f is described below
commit cd1dfb6f0908da5077cc9cf984d71d136c9786e7
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 09:38:56 2023 -0600
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index e85704ba..a7bb60b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,23 +39,6 @@
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</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