From 580c68ee9e8d4fe55440ed5c6cd27c4e4be67327 Mon Sep 17 00:00:00 2001 From: David T Webb Date: Tue, 29 Apr 2014 10:41:33 -0400 Subject: [PATCH] DATACASS-126 - Added maven-compiler-plugin to parent pom to enforce 1.6 compatability. --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 12330103b..3d61dafe1 100644 --- a/pom.xml +++ b/pom.xml @@ -230,6 +230,17 @@ + + maven-compiler-plugin + 3.1 + + 1.6 + 1.6 + true + true + true + + org.bitstrings.maven.plugins dependencypath-maven-plugin