From 4aa31add08416cd414e50589b9ef3d8ef81d5737 Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 24 Aug 2012 15:07:35 -0700 Subject: [PATCH 1/2] Build with -source 1.5 --- core/pom.xml | 9 +++++++++ web-app/pom.xml | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/core/pom.xml b/core/pom.xml index 029bc17..3a4c865 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -14,6 +14,15 @@ + + + maven-compiler-plugin + + 1.5 + 1.5 + + + src/main/java diff --git a/web-app/pom.xml b/web-app/pom.xml index a3dfc6c..ed06468 100644 --- a/web-app/pom.xml +++ b/web-app/pom.xml @@ -22,7 +22,6 @@ maven-compiler-plugin - 2.1 1.5 1.5 From b00460c7bb7c002912b5d00b7359f7c31fdf517a Mon Sep 17 00:00:00 2001 From: Omar Rizwan Date: Fri, 24 Aug 2012 15:20:40 -0700 Subject: [PATCH 2/2] Add compiler target ver to web/pom.xml --- web-app/web/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web-app/web/pom.xml b/web-app/web/pom.xml index 5c759de..779ace4 100644 --- a/web-app/web/pom.xml +++ b/web-app/web/pom.xml @@ -64,6 +64,13 @@ + + maven-compiler-plugin + + 1.5 + 1.5 + +