[java-identity-provider] branch main updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 15:54:22 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=1dbc454ef20d407d4460a3674b9c9b74c9fa932d
The following commit(s) were added to refs/heads/main by this push:
new 1dbc454ef JPAR-197 - Remove our Maven repositories from POMs
1dbc454ef is described below
commit 1dbc454ef20d407d4460a3674b9c9b74c9fa932d
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 09:39:17 2023 -0600
JPAR-197 - Remove our Maven repositories from POMs
https://shibboleth.atlassian.net/browse/JPAR-197
---
idp-parent/pom.xml | 19 +------------------
1 file changed, 1 insertion(+), 18 deletions(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 9d74121f0..c8822d488 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -46,7 +46,7 @@
<module>../idp-war</module>
<module>../idp-war-distribution</module>
- <module>../idp-cli</module>
+ <module>../idp-cli</module>
<module>../idp-installer</module>
<module>../idp-conf</module>
<module>../idp-conf-impl</module>
@@ -71,23 +71,6 @@
<idp-module.site.url>${idp-parent.site.url}${project.artifactId}</idp-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