[java-metadata-aggregator] branch main updated: JPAR-197 - Remove our Maven repositories from POMs

Ian Young ian at iay.org.uk
Tue Jan 24 16:30:08 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=2ac4aa4e44ca4b1a6b341bf2566aec03c923ad43

The following commit(s) were added to refs/heads/main by this push:
     new 2ac4aa4  JPAR-197 - Remove our Maven repositories from POMs
2ac4aa4 is described below

commit 2ac4aa4e44ca4b1a6b341bf2566aec03c923ad43
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 24 16:29: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 275c0e1..c77c5f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,23 +40,6 @@
         <aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-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>
-
     <scm>
         <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
         <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list