[java-opensaml] branch maint-4 updated: JPAR-197 - Remove our Maven repositories from POMs

Tom Zeller tzeller at dragonacea.biz
Fri Jan 13 14:52:50 UTC 2023


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

tzeller pushed a commit to branch maint-4
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=6b8e5c2206daf2fc07f74f90e92f0607955e97e0

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

commit 6b8e5c2206daf2fc07f74f90e92f0607955e97e0
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 08:44:45 2023 -0600

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

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 9af54345c..3015c3980 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -60,23 +60,6 @@
         <opensaml-module.site.url>${opensaml-parent.site.url}${project.artifactId}</opensaml-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 which are required by every single project module should go here and will be inherited by all modules. -->
     <dependencies>
         <!-- Compile Dependencies -->

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


More information about the commits mailing list