[java-support] branch maint-8 updated: JPAR-197 - Remove our Maven repositories from POMs
Tom Zeller
tzeller at dragonacea.biz
Fri Jan 13 14:52:26 UTC 2023
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch maint-8
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=bc799c7cf5a7982347a4c08defa7c71e0742f84e
The following commit(s) were added to refs/heads/maint-8 by this push:
new bc799c7 JPAR-197 - Remove our Maven repositories from POMs
bc799c7 is described below
commit bc799c7cf5a7982347a4c08defa7c71e0742f84e
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jan 13 08:44:33 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 d99aa24..0231e83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,23 +24,6 @@
<automatic.module.name>net.shibboleth.utilities.java.support</automatic.module.name>
</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/${project.artifactId}</connection>
<developerConnection>scm:git:git at git.shibboleth.net:${project.artifactId}</developerConnection>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list