Skip to content

Commit f5cda24

Browse files
committed
Updated site xsd
Updated xsd to latest & using project.name.
1 parent d39481b commit f5cda24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/site/site.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
limitations under the License.
1616
-->
1717
<!-- version: $Id$ -->
18-
<project xmlns="http://maven.apache.org/DECORATION/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 http://maven.apache.org/xsd/decoration-1.1.0.xsd"
20-
name="MyBatis">
18+
<project name="${project.name}" xmlns="http://maven.apache.org/DECORATION/1.4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd">
2120

2221
<body>
2322
<menu name="Reference Documentation">

0 commit comments

Comments
 (0)