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 e244773 commit d9e2e9eCopy full SHA for d9e2e9e
src/site/site.xml
@@ -16,8 +16,8 @@
16
limitations under the License.
17
18
-->
19
-<project name="${project.name}" 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">
+<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">
21
22
<body>
23
<menu name="Reference Documentation">
@@ -27,4 +27,5 @@
27
<menu ref="reports"/>
28
</body>
29
30
-</project>
+</site>
31
+
0 commit comments