Skip to content

Commit 1aba667

Browse files
slawekjaranowskirobot-simplify4u
authored andcommitted
update for new site plugin
1 parent bb4cd18 commit 1aba667

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383

8484
<properties>
8585
<java.target>8</java.target>
86-
<maven.compiler.source>1.${java.target}</maven.compiler.source>
87-
<maven.compiler.target>1.${java.target}</maven.compiler.target>
86+
<maven.compiler.source>${java.target}</maven.compiler.source>
87+
<maven.compiler.target>${java.target}</maven.compiler.target>
8888

8989
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9090
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -120,7 +120,7 @@
120120
<maven-dependency-plugin.version>3.8.1</maven-dependency-plugin.version>
121121
<maven-deploy-plugin.version>3.1.3</maven-deploy-plugin.version>
122122
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
123-
<maven-fluido-skin.version>1.12.0</maven-fluido-skin.version>
123+
<maven-fluido-skin.version>2.0.0-M11</maven-fluido-skin.version>
124124
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
125125
<maven-install-plugin.version>3.1.3</maven-install-plugin.version>
126126
<maven-invoker-plugin.version>3.8.1</maven-invoker-plugin.version>

src/site/site.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 http://maven.apache.org/xsd/decoration-1.8.0.xsd">
17+
<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
1919

2020
<publishDate position="right"/>
2121
<version position="right"/>
@@ -44,6 +44,8 @@
4444
</fluidoSkin>
4545
</custom>
4646

47+
<bannerLeft name="${project.name}"/>
48+
4749
<body>
4850
<head>
4951
<![CDATA[<script async src="${project.organization.url}/common.js" type="text/javascript"></script>]]>
@@ -81,4 +83,4 @@
8183
</menu>
8284
</body>
8385

84-
</project>
86+
</site>

0 commit comments

Comments
 (0)