[java-mvn-enforcer] branch main updated: JPAR-197 - Remove our Maven repositories from POMs
Rod Widdowson
rdw at steadingsoftware.com
Sat Jan 14 14:53:07 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-mvn-enforcer.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=622f251b9f4b81feabf59d5cf4c0b094d62a4528
The following commit(s) were added to refs/heads/main by this push:
new 622f251 JPAR-197 - Remove our Maven repositories from POMs
622f251 is described below
commit 622f251b9f4b81feabf59d5cf4c0b094d62a4528
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jan 14 14:52:02 2023 +0000
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
parent/pom.xml | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index e210e63..2dc5727 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,23 +126,6 @@
</dependencies>
</dependencyManagement>
- <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>
-
<build>
<pluginManagement>
<!-- Cut and paste from the shibboleth parent project -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list