Skip to content

Commit f2475a8

Browse files
Update site descriptor to 2.0.0 (#293)
Also remove an old version of fluido-skin, we use it from parent
1 parent f505a9d commit f2475a8

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

src/site/site.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,8 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
24-
<skin>
25-
<groupId>org.apache.maven.skins</groupId>
26-
<artifactId>maven-fluido-skin</artifactId>
27-
<version>1.9</version>
28-
</skin>
22+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
2924
<body>
3025
<menu name="Overview">
3126
<item name="Introduction" href="index.html"/>
@@ -45,4 +40,4 @@ under the License.
4540
<item name="Use Your Own Manifest File" href="examples/manifestFile.html"/>
4641
</menu>
4742
</body>
48-
</project>
43+
</site>

0 commit comments

Comments
 (0)