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

Tom Zeller tzeller at dragonacea.biz
Fri Jan 13 15:53:36 UTC 2023


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

tzeller pushed a commit to branch main
in repository java-shib-shared.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=1016c80fe66cba1b718b2f8c509d34c35178a1e6

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

commit 1016c80fe66cba1b718b2f8c509d34c35178a1e6
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 09:38:37 2023 -0600

    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 7525a73e..56e7423b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,23 +48,6 @@
         <shared-module.site.url>${shared-parent.site.url}${project.artifactId}</shared-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>
-
     <dependencies>
     <!-- This file should contain NO additional dependencies unless they truly apply to every "every module. See IDP-1620. -->
         <dependency>

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


More information about the commits mailing list