[xmlsectool] 01/02: Correct reference to Nexus location
Ian Young
ian at iay.org.uk
Thu Aug 17 05:12:20 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=48009193062064a2f6bfb8d6f77d3e6dc418b47a
commit 48009193062064a2f6bfb8d6f77d3e6dc418b47a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 17 10:03:47 2017 +0100
Correct reference to Nexus location
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 168baa8..e81f5f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,14 +33,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