You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by be...@apache.org on 2008/08/09 11:12:55 UTC

svn commit: r684207 - /maven/doxia/site/pom.xml

Author: bentmann
Date: Sat Aug  9 02:12:54 2008
New Revision: 684207

URL: http://svn.apache.org/viewvc?rev=684207&view=rev
Log:
o Tweaked the POM to workaround a deficiency in the Release Plugin which causes loss of the license header

Modified:
    maven/doxia/site/pom.xml

Modified: maven/doxia/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/site/pom.xml?rev=684207&r1=684206&r2=684207&view=diff
==============================================================================
--- maven/doxia/site/pom.xml (original)
+++ maven/doxia/site/pom.xml Sat Aug  9 02:12:54 2008
@@ -21,9 +21,7 @@
  */
  -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
     <groupId>org.apache.maven</groupId>