From 639ee74835daf7b7113c99bc99094c97ac7ce2a3 Mon Sep 17 00:00:00 2001 From: Mike Stetsyshyn Date: Wed, 6 Jan 2016 12:38:39 +0200 Subject: [PATCH 1/2] Added explisit statement of java source into POM Some systems have redefined source version, so it is problematic to compile this artefact because of use of Strings in Switch statements introduced in Java 7. This fix explicitly states to use Java7 for this project to ease the deployment cycle. --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index be85fae..f9fb13f 100644 --- a/pom.xml +++ b/pom.xml @@ -19,5 +19,19 @@ commons-lang3 3.1 - + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.7 + 1.7 + + + + + \ No newline at end of file From 917a04de29fd465d67f015f677d9937f2a9558d1 Mon Sep 17 00:00:00 2001 From: Mike Stetsyshyn Date: Wed, 6 Jan 2016 12:48:20 +0200 Subject: [PATCH 2/2] Forgot to make the identation better ;) --- pom.xml | 72 +++++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index f9fb13f..9f995a6 100644 --- a/pom.xml +++ b/pom.xml @@ -1,37 +1,39 @@ - - 4.0.0 - com.texelz - schemorger - 1.0 - - - commons-beanutils - commons-beanutils - 1.9.0 - - - org.jsoup - jsoup - 1.7.3 - - - org.apache.commons - commons-lang3 - 3.1 - - + + 4.0.0 + com.texelz + schemorger + 1.0 + + + commons-beanutils + commons-beanutils + 1.9.0 + + + org.jsoup + jsoup + 1.7.3 + + + org.apache.commons + commons-lang3 + 3.1 + + - - - org.apache.maven.plugins - maven-compiler-plugin - 3.2 - - 1.7 - 1.7 - - - - - + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.2 + + 1.7 + 1.7 + + + + + \ No newline at end of file