Skip to content

Commit 127ec5b

Browse files
committed
Update to parent 19 and Doxia 2
1 parent 9d26a87 commit 127ec5b

File tree

2 files changed

+29
-8
lines changed

2 files changed

+29
-8
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.codehaus.plexus</groupId>
66
<artifactId>plexus</artifactId>
7-
<version>16</version>
7+
<version>19</version>
88
</parent>
99

1010
<artifactId>plexus-site</artifactId>

src/site/site.xml

+28-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,32 @@
1-
<?xml version="1.0"?>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
Licensed to the Apache Software Foundation (ASF) under one
4+
or more contributor license agreements. See the NOTICE file
5+
distributed with this work for additional information
6+
regarding copyright ownership. The ASF licenses this file
7+
to you under the Apache License, Version 2.0 (the
8+
"License"); you may not use this file except in compliance
9+
with the License. You may obtain a copy of the License at
210
3-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
4-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"
6-
name="Plexus">
7-
<version position="none" />
11+
http://www.apache.org/licenses/LICENSE-2.0
812
13+
Unless required by applicable law or agreed to in writing,
14+
software distributed under the License is distributed on an
15+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16+
KIND, either express or implied. See the License for the
17+
specific language governing permissions and limitations
18+
under the License.
19+
-->
20+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
22+
23+
<version position="none" />
24+
25+
<skin>
26+
<groupId>org.apache.maven.skins</groupId>
27+
<artifactId>maven-fluido-skin</artifactId>
28+
<version>2.0.0-M11</version>
29+
</skin>
930
<custom>
1031
<fluidoSkin>
1132
<sourceLineNumbersEnabled>true</sourceLineNumbersEnabled>
@@ -66,4 +87,4 @@
6687
<item name="Get Involved" href="/get-involved.html" />
6788
</menu>
6889
</body>
69-
</project>
90+
</site>

0 commit comments

Comments
 (0)