[jetty9-dta-ssl] branch master updated: Fix Shibboleth Nexus repository locations
Ian Young
ian at iay.org.uk
Wed Aug 30 03:00:21 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository jetty9-dta-ssl.
View the commit online:
http://git.shibboleth.net/view/?p=jetty9-dta-ssl.git;a=commit;h=95137016655fa128976172f3da11082f091e2249
The following commit(s) were added to refs/heads/master by this push:
new 9513701 Fix Shibboleth Nexus repository locations
9513701 is described below
commit 95137016655fa128976172f3da11082f091e2249
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Aug 30 08:00:10 2017 +0100
Fix Shibboleth Nexus repository locations
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index b87db66..03eaffd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,14 +32,14 @@
<repositories>
<repository>
<id>shib-release</id>
- <url>https://shibboleth.net/nexus/content/groups/public</url>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>shib-snapshot</id>
- <url>https://shibboleth.net/nexus/content/repositories/snapshots</url>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list