File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 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>
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>
Original file line number Diff line number Diff line change 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" />
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>]]>
8183 </menu >
8284 </body >
8385
84- </project >
86+ </site >
You can’t perform that action at this time.
0 commit comments