File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363 <!-- to sign artifacts when releasing -->
6464 <gpg .keyname>6026DFCA</gpg .keyname>
6565
66- <maven .compiler.plugin.version>3.5.1 </maven .compiler.plugin.version>
66+ <maven .compiler.plugin.version>3.7.0 </maven .compiler.plugin.version>
6767 <versions .maven.plugin.version>2.3</versions .maven.plugin.version>
6868 <maven .release.plugin.version>2.5.3</maven .release.plugin.version>
6969 <maven .source.plugin.version>3.0.1</maven .source.plugin.version>
128128 <artifactId >maven-compiler-plugin</artifactId >
129129 <version >${maven.compiler.plugin.version} </version >
130130 <configuration >
131- <source >1.6 </source >
132- <target >1.6 </target >
131+ <source >1.8 </source >
132+ <target >1.8 </target >
133133 <compilerArgs >
134134 <arg >-Xlint:deprecation</arg >
135135 <arg >-Xlint:unchecked</arg >
You can’t perform that action at this time.
0 commit comments