[xmlsectool] branch maint-3 updated: JPAR-197 - Remove our Maven repositories from POMs
Ian Young
ian at iay.org.uk
Mon Jan 23 17:02:31 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-3
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=7092ec42105364a7d04365aba53f2b6c202e5f64
The following commit(s) were added to refs/heads/maint-3 by this push:
new 7092ec4 JPAR-197 - Remove our Maven repositories from POMs
7092ec4 is described below
commit 7092ec42105364a7d04365aba53f2b6c202e5f64
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Jan 23 17:01:59 2023 +0000
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 445916f..9f890bf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,23 +29,6 @@
<dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
</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>
<!-- Compile dependencies -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list