| @@ -70,6 +70,9 @@ | |||||
| </modules> | </modules> | ||||
| <properties> | <properties> | ||||
| <maven.compiler.source>1.7</maven.compiler.source> | |||||
| <maven.compiler.target>1.7</maven.compiler.target> | |||||
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||||
| <downloadJavadocs>true</downloadJavadocs> | <downloadJavadocs>true</downloadJavadocs> | ||||
| <downloadSources>true</downloadSources> | <downloadSources>true</downloadSources> | ||||
| @@ -301,10 +304,8 @@ | |||||
| <plugin> | <plugin> | ||||
| <groupId>org.apache.maven.plugins</groupId> | <groupId>org.apache.maven.plugins</groupId> | ||||
| <artifactId>maven-compiler-plugin</artifactId> | <artifactId>maven-compiler-plugin</artifactId> | ||||
| <version>2.3.2</version> | |||||
| <version>3.6.0</version> | |||||
| <configuration> | <configuration> | ||||
| <source>1.7</source> | |||||
| <target>1.7</target> | |||||
| <encoding>UTF-8</encoding> | <encoding>UTF-8</encoding> | ||||
| </configuration> | </configuration> | ||||
| </plugin> | </plugin> | ||||