You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/11/25 13:37:26 UTC

[commons-parent] 01/03: Removed CDATA tag around the custom footer element.

This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git

commit 3768b8d111f1c8ef982676c1f0276c2c6e89e905
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 25 13:28:46 2019 +0000

    Removed CDATA tag around the custom footer element.
---
 src/changes/changes.xml | 1 +
 src/site/site.xml       | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ea436c7..850163c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove.
     <body>
 
         <release version="50" date="MM-DD-YYYY" description="TBD">
+            <action type="update" dev="aherbert">site.xml: Removed CDATA tag around the custom footer element</action>
             <action type="update" dev="aherbert">commons.wagon-ssh.version 3.3.3 -> 3.3.4</action>
             <action type="update" dev="aherbert">commons.assembly-plugin.version 3.1.1 -> 3.2.0</action>
             <action type="update" dev="aherbert">commons.source-plugin.version 3.1.0 -> 3.2.0</action>
diff --git a/src/site/site.xml b/src/site/site.xml
index cde4577..faf11cb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -129,7 +129,6 @@
 
   <!-- inherited -->
   <custom>
-    <![CDATA[
     <!-- @project.name@ will be replaced by the template; if we used ${project.name} it would pick up Commons Parent -->    
     <footer>
       <div class="center">
@@ -137,7 +136,6 @@
       All other marks mentioned may be trademarks or registered trademarks of their respective owners.
       </div>
     </footer>
-    ]]>
   </custom>
 
 </project>