Revision: 395ebd63b6ad
Branch: default
Author: enricogiurin <
enrico...@gmail.com>
Date: Wed Aug 7 16:48:47 2013
Log: issue-111 - no longer compile issue with new version of jdk 1.7
http://code.google.com/p/jugevents/source/detail?r=395ebd63b6ad&repo=version3
Modified:
/jugevents/pom.xml
=======================================
--- /jugevents/pom.xml Sun Aug 4 16:28:32 2013
+++ /jugevents/pom.xml Wed Aug 7 16:48:47 2013
@@ -515,8 +515,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.7</source>
+ <target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>