Skip to content

Commit e7df12c

Browse files
committed
Bump Site Fluido Skin to 1.12.0
1 parent 4dfc56b commit e7df12c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

plexus-java/src/site/site.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
22+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
24+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
2525
<body>
2626
<menu name="Overview">
2727
<item name="Introduction" href="index.html"/>
@@ -34,4 +34,4 @@ under the License.
3434
<menu ref="parent"/>
3535
<menu ref="reports"/>
3636
</body>
37-
</project>
37+
</project>

src/site/site.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

22-
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
22+
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
2323
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
24+
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">
2525
<skin>
2626
<groupId>org.apache.maven.skins</groupId>
2727
<artifactId>maven-fluido-skin</artifactId>
28-
<version>1.7</version>
28+
<version>1.12.0</version>
2929
</skin>
30-
</project>
30+
</project>

0 commit comments

Comments
 (0)