From 62e01ae45ea1da847e4cabdcbd64950654f9d4a5 Mon Sep 17 00:00:00 2001 From: Stanislav Ochotnicky Date: Thu, 9 Feb 2012 11:11:26 +0100 Subject: [PATCH 6/6] Make compiler plugin default to source 1.5 This will help with modello problems and is generally better probably --- pom.xml | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c55f33c..fd27b03 100644 --- a/pom.xml +++ b/pom.xml @@ -393,6 +393,15 @@ + org.apache.maven.plugins + maven-compiler-plugin + 2.1 + + 1.5 + 1.5 + + + org.codehaus.plexus plexus-component-metadata ${plexusVersion} -- 1.7.7.6