[java-opensaml] branch main updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 15:54:10 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=e0556e0e3f5a758e75e81cd8c3a4306aa91804fa
The following commit(s) were added to refs/heads/main by this push:
new e0556e0e3 JPAR-197 - Remove our Maven repositories from POMs
e0556e0e3 is described below
commit e0556e0e3f5a758e75e81cd8c3a4306aa91804fa
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 09:39:06 2023 -0600
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
opensaml-parent/pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 065092173..b83b87244 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -64,23 +64,6 @@
<opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-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 which are required by every single project module should go here and will be inherited by all modules. -->
<dependencies>
<!-- Compile Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list