Skip to content

Commit 724af3e

Browse files
authored
Merge pull request #41 from hazendaz/master
Update site.xml / fix incorrect information on it
2 parents 0317828 + 276e647 commit 724af3e

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/site/site.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright 2015-2016 the original author or authors.
4+
Copyright 2015-2019 the original author or authors.
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.
@@ -16,23 +16,18 @@
1616
limitations under the License.
1717
1818
-->
19-
<project xmlns="http://maven.apache.org/DECORATION/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.7.0 http://maven.apache.org/xsd/decoration-1.7.0.xsd"
21-
name="MyBatis-Velocity">
19+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd"
21+
name="MyBatis-Freemarker">
2222

2323
<bannerRight>
2424
<src>http://mybatis.github.com/images/mybatis-logo.png</src>
25-
<href>https://mybatis.github.io/mybatis-3/</href>
25+
<href>https://mybatis.github.io/mybatis-freemarker/</href>
2626
</bannerRight>
2727
<body>
2828
<menu name="Documentation">
2929
<item name="Getting started" href="index.html"/>
3030
</menu>
3131
<menu ref="reports"/>
3232
</body>
33-
<skin>
34-
<groupId>org.apache.maven.skins</groupId>
35-
<artifactId>maven-fluido-skin</artifactId>
36-
<version>1.6</version>
37-
</skin>
3833
</project>

0 commit comments

Comments
 (0)