We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672eb1e commit ca807bcCopy full SHA for ca807bc
src/site/site.xml
@@ -16,9 +16,8 @@
16
limitations under the License.
17
18
-->
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">
+<site name="${project.name}" xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
22
23
<bannerRight>
24
<src>http://mybatis.github.com/images/mybatis-logo.png</src>
@@ -30,4 +29,5 @@
30
29
</menu>
31
<menu ref="reports"/>
32
</body>
33
-</project>
+</site>
+
0 commit comments