| securis/pom.xml | patch | view | blame | history |
securis/pom.xml
.. .. @@ -58,8 +58,8 @@ 58 58 <groupId>org.apache.maven.plugins</groupId> 59 59 <artifactId>maven-compiler-plugin</artifactId> 60 60 <configuration> 61 - <source>1.7</source>62 - <target>1.7</target>61 + <source>1.8</source>62 + <target>1.8</target>63 63 </configuration> 64 64 </plugin> 65 65 <plugin>