Skip to content

Commit 6e158d8

Browse files
committed
Merge pull request #164 from hazendaz/master
Updated site xsd
2 parents a94342a + f5cda24 commit 6e158d8

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)