From fb527e4f4efed0c6e43717ad525453ce8a0b7d59 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 8 Aug 2016 08:51:27 +0200 Subject: [PATCH] Sets proper java target version --- apps/rest-showcase/pom.xml | 7 ------- core/pom.xml | 8 -------- plugins/gxp/pom.xml | 13 ------------- pom.xml | 17 ++++++++--------- 4 files changed, 8 insertions(+), 37 deletions(-) diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index f017bd065..40f1cf943 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -98,13 +98,6 @@ struts2-rest-showcase - - maven-compiler-plugin - - 1.5 - 1.5 - - org.mortbay.jetty jetty-maven-plugin diff --git a/core/pom.xml b/core/pom.xml index 6c696c56c..9c318ba65 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -39,14 +39,6 @@ - - org.apache.maven.plugins - maven-compiler-plugin - - 1.7 - 1.7 - - org.apache.maven.plugins maven-surefire-plugin diff --git a/plugins/gxp/pom.xml b/plugins/gxp/pom.xml index 84d985cee..42564ff33 100644 --- a/plugins/gxp/pom.xml +++ b/plugins/gxp/pom.xml @@ -23,19 +23,6 @@ - - install - - - maven-compiler-plugin - - 1.5 - 1.5 - - - - - UTF-8 diff --git a/pom.xml b/pom.xml index f20487164..6ada1904c 100644 --- a/pom.xml +++ b/pom.xml @@ -177,15 +177,6 @@ maven-project-info-reports-plugin 2.7 - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - 1.7 - 1.7 - - org.apache.maven.plugins maven-surefire-plugin @@ -230,6 +221,14 @@ + + org.apache.maven.plugins + maven-compiler-plugin + + 1.7 + 1.7 + + org.apache.maven.plugins maven-release-plugin