File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 2727
2828 <properties >
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30+ <maven .compiler.source>1.8</maven .compiler.source>
31+ <maven .compiler.target>1.8</maven .compiler.target>
3032 <java-utils .version>1.3.3</java-utils .version>
3133 <surefire-plugin .version>2.22.0</surefire-plugin .version>
32- <compiler-plugin .version>3.6.0</compiler-plugin .version>
3334 <source-plugin .version>3.0.1</source-plugin .version>
3435 <javadoc-plugin .version>2.10.4</javadoc-plugin .version>
3536 <settings .version>2.2.0</settings .version>
138139 <build >
139140 <pluginManagement >
140141 <plugins >
141- <plugin >
142- <groupId >org.apache.maven.plugins</groupId >
143- <artifactId >maven-compiler-plugin</artifactId >
144- <version >${compiler-plugin.version} </version >
145- <configuration >
146- <source >1.8</source >
147- <target >1.8</target >
148- </configuration >
149- </plugin >
150142 <plugin >
151143 <groupId >org.apache.maven.plugins</groupId >
152144 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments