Skip to content

Commit c172405

Browse files
committed
[site] Cleanup the site
- xsd to latest - remove fluido as it gets pulled in from parent - fix project name
1 parent 0317828 commit c172405

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

src/site/site.xml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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)