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

noreply at shibboleth.net noreply at shibboleth.net
Wed Nov 14 18:05:48 EST 2012


Author: putmanb
Date: Wed Nov 14 18:05:44 2012
New Revision: 86

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

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

Modified: java-parent-project-v2/trunk/pom.xml
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v2/trunk/pom.xml?rev=86&r1=85&r2=86&view=diff
==============================================================================
--- java-parent-project-v2/trunk/pom.xml (original)
+++ java-parent-project-v2/trunk/pom.xml Wed Nov 14 18:05:44 2012
@@ -696,8 +696,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