[java-parent-projects COMMIT] /java-parent-project-v3/trunk/pom.xml

noreply at shibboleth.net noreply at shibboleth.net
Wed Mar 6 16:27:02 EST 2013


Author: putmanb
Date: Wed Mar  6 16:27:02 2013
New Revision: 107

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=107&view=rev
Log:
v3 parent project <scm> URL's omit the leading '/' on the path. 

Modified:
    java-parent-project-v3/trunk/pom.xml

Modified: java-parent-project-v3/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/pom.xml?rev=107&r1=106&r2=107&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Mar  6 16:27:02 2013
@@ -739,10 +739,10 @@
 
     <scm>
         <!-- The property svn.relative.location is set by the project that inherits from this super POM -->
-        <connection>scm:svn:https://svn.shibboleth.net${svn.relative.location}</connection>
-        <developerConnection>scm:svn:https://svn.shibboleth.net${svn.relative.location}</developerConnection>
+        <connection>scm:svn:https://svn.shibboleth.net/${svn.relative.location}</connection>
+        <developerConnection>scm:svn:https://svn.shibboleth.net/${svn.relative.location}</developerConnection>
         <tag>HEAD</tag>
-        <url>http://svn.shibboleth.net/view${svn.relative.location}</url>
+        <url>http://svn.shibboleth.net/view/${svn.relative.location}</url>
     </scm>
 
     <developers>



More information about the commits mailing list