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

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 14 18:06:07 EST 2012


Author: putmanb
Date: Wed Nov 14 18:06:07 2012
New Revision: 87

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=87&view=rev
Log:
Fix XML closing tag warp in parent POM

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=87&r1=86&r2=87&view=diff
==============================================================================
--- java-parent-project-v3/trunk/pom.xml (original)
+++ java-parent-project-v3/trunk/pom.xml Wed Nov 14 18:06:07 2012
@@ -741,8 +741,7 @@
     <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>
+        <developerConnection>scm:svn:https://svn.shibboleth.net${svn.relative.location}</developerConnection>
         <tag>HEAD</tag>
         <url>http://svn.shibboleth.net/view${svn.relative.location}</url>
     </scm>



More information about the commits mailing list