[idwsfconsumer] branch main updated: GEN-311 Stop populating/maintaining the third party repo.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 12 15:49:49 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository idwsfconsumer.
View the commit online:
http://git.shibboleth.net/view/?p=idwsfconsumer.git;a=commit;h=e4247cbef4f865809632c85fe8a2bc57a9ac6c97
The following commit(s) were added to refs/heads/main by this push:
new e4247cb GEN-311 Stop populating/maintaining the third party repo.
e4247cb is described below
commit e4247cbef4f865809632c85fe8a2bc57a9ac6c97
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 12 15:49:26 2022 +0000
GEN-311 Stop populating/maintaining the third party repo.
https://shibboleth.atlassian.net/browse/GEN-311
Fix badly specified plugin repository
---
pom.xml | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9d73a8a..62debef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,18 +44,17 @@
</repositories>
<pluginRepositories>
- <!-- The thirdparty repository is deprecated for Central -->
- <pluginRepository>
- <id>shib-thirdparty</id>
- <name>Shibboleth Thirdparty Repository</name>
- <url>https://build.shibboleth.net/nexus/content/repositories/thirdparty/</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
- </pluginRepository>
+ <pluginRepository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <checksumPolicy>fail</checksumPolicy>
+ </snapshots>
+ </pluginRepository>
</pluginRepositories>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list