orbisgis / cts

Projection library in Java
GNU Lesser General Public License v3.0
50 stars 16 forks source link

pom.xml update with explicit Java version and upgraded versions of plugins and dependencies #95

Closed TomasJohansson closed 6 years ago

TomasJohansson commented 6 years ago

I added java version in pom.xml because I got the following compilation error (when running Windows 10 with JDK 9.0.4 and Maven 3.5.3): Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project cts: Compilation failure: Compilation failure: [ERROR] Source option 1.5 is no longer supported. Use 1.6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.

Also added later versions of plugins and dependencies in the pom file. All 240 tests are still succeeding after these changes.

ebocher commented 6 years ago

@nicolas-f , @SPalominos