rsanchez
2014-09-26 3e3435fcd47af205dda99a5bb79a680123d0d592
#2021 feature - Changed JDK to 1.8 to be compatible with commons
1 files modified
changed files
securis/pom.xml patch | view | blame | history
securis/pom.xml
....@@ -58,8 +58,8 @@
5858 <groupId>org.apache.maven.plugins</groupId>
5959 <artifactId>maven-compiler-plugin</artifactId>
6060 <configuration>
61
- <source>1.7</source>
62
- <target>1.7</target>
61
+ <source>1.8</source>
62
+ <target>1.8</target>
6363 </configuration>
6464 </plugin>
6565 <plugin>