We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364679a commit fe605d3Copy full SHA for fe605d3
1 file changed
src/site/site.xml
@@ -19,9 +19,8 @@ specific language governing permissions and limitations
19
under the License.
20
-->
21
22
-<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
23
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
- xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
+<site 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">
25
26
<body>
27
<menu name="Overview">
@@ -45,4 +44,4 @@ under the License.
45
44
<item name="Using File Name Mapping" href="examples/file-name-mapping.html"/>
46
</menu>
47
</body>
48
-</project>
+</site>
0 commit comments