commit | 818ad6528aff74e2d1ffc1e4fcfab2ae1fbd3dda | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Dec 02 14:25:19 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Wed Dec 02 14:25:19 2015 +0900 |
tree | a4b153a3635280ff31340e350aaa65ad0f3f5014 | |
parent | 01c25f26c4d39a50f2aa0a78cc70196df4f79f82 [diff] |
Build with Java 7 Change-Id: I43c250c60544000e6e34a8120e0d6621f712a7e6
diff --git a/pom.xml b/pom.xml index 1a800a7..67db036 100644 --- a/pom.xml +++ b/pom.xml
@@ -52,8 +52,8 @@ <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> </configuration> </plugin> <plugin>