[java-support] branch master updated: INFRA-110 - Remove extra / in URL.
Tom Zeller
tzeller at dragonacea.biz
Tue Jun 14 13:28:15 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=23e995e45f43cf9408c325e8fa394a25c0c5c543
The following commit(s) were added to refs/heads/master by this push:
new 23e995e INFRA-110 - Remove extra / in URL.
23e995e is described below
commit 23e995e45f43cf9408c325e8fa394a25c0c5c543
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 14 12:26:41 2016 -0500
INFRA-110 - Remove extra / in URL.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index af4afe7..f994d12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${shibboleth.site.url}/${project.artifactId}/${project.version}/</url>
+ <url>dav:${shibboleth.site.url}${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list