Skip to content

Commit f350629

Browse files
committed
Add schema reference
1 parent 2abb7d3 commit f350629

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/site/xdoc/mail-lists.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ limitations under the License.
3939
| |
4040
+======================================================================+
4141
-->
42-
<document>
42+
<document xmlns="http://maven.apache.org/XDOC/2.0"
43+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44+
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 https://maven.apache.org/xsd/xdoc-2.0.xsd">
4345
<properties>
4446
<title>Apache Commons Lang Mailing Lists</title>
4547
<author email="[email protected]">Apache Commons Documentation Team</author>
@@ -53,10 +55,10 @@ limitations under the License.
5355
To make it easier for people to only read messages related to components they are interested in,
5456
the convention in Commons is to prefix the subject line of messages with the component's name,
5557
for example:
56-
<ul>
57-
<li>[lang] Problem with the ...</li>
58-
</ul>
5958
</p>
59+
<ul>
60+
<li>[lang] Problem with the ...</li>
61+
</ul>
6062
<p>
6163
Questions related to the usage of Apache Commons Lang should be posted to the
6264
<a href="https://lists.apache.org/[email protected]">User List</a>.

0 commit comments

Comments
 (0)