[spring-extensions] branch master updated: INFRA-110 - Remove extra / in URL.

Tom Zeller tzeller at dragonacea.biz
Tue Jun 14 13:28:22 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=65c25af09bf6b3ac9c9d828de471b53f3f657d09

The following commit(s) were added to refs/heads/master by this push:
       new  65c25af   INFRA-110 - Remove extra / in URL.
65c25af is described below

commit 65c25af09bf6b3ac9c9d828de471b53f3f657d09
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jun 14 12:26:56 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 ce38a86..a193305 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,7 +139,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