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

Ian Young ian at iay.org.uk
Tue Jan 24 14:59:29 UTC 2023


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

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

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

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

commit 8942384ec26e80ab167ba6e66484ec914d41627f
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jan 24 14:59:06 2023 +0000

    JPAR-197 - Remove our Maven repositories from POMs
    
    https://shibboleth.atlassian.net/browse/JPAR-197
---
 aggregator-parent/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)

diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 89c47a1..b8a9e5b 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -37,23 +37,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>scm:git:https://git.shibboleth.net/git/java-metadata-aggregator</connection>
         <developerConnection>scm:git:git at git.shibboleth.net: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