Skip to content

Commit 2084d56

Browse files
committed
Escape HTML tags in action element to avoid XML parser error in change report plugin 2.1 (was OK in 2.0)
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@794354 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2b649b6 commit 2084d56

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

xdocs/changes.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,9 @@
101101
</action>
102102
<action dev="ggregory" type="update">
103103
This version is relesed under the
104-
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>
105-
, please see LICENSE.txt. Previous versions were released under the Apache License 1.1.
104+
&lt;a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0&lt;/a>
105+
, please see LICENSE.txt. Previous versions were released under the
106+
&lt;a href="http://www.apache.org/licenses/LICENSE-1.1">Apache License 1.1&lt;/a>
106107
</action>
107108
<action dev="ggregory" type="update">
108109
The Board recommendation to remove Javadoc author tags has been

0 commit comments

Comments
 (0)