From cd739f383811fdc46a9212b18b336b36fe9719eb Mon Sep 17 00:00:00 2001 From: Colm O hEigeartaigh Date: Fri, 2 Apr 2021 07:41:12 +0100 Subject: [PATCH] Downgrade to Java8 support for the next release --- accessors-smart/pom.xml | 8 ++++---- json-smart-action/pom.xml | 10 +++++----- json-smart/pom.xml | 10 +++++----- pom.xml | 8 ++++---- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml index 37550e84..ddd249db 100644 --- a/accessors-smart/pom.xml +++ b/accessors-smart/pom.xml @@ -33,8 +33,8 @@ UTF-8 - 11 - 11 + 1.8 + 1.8 @@ -199,8 +199,8 @@ 3.3 UTF-8 - 11 - 11 + ${maven.compiler.source} + ${maven.compiler.target} **/.svn/* **/.svn diff --git a/json-smart-action/pom.xml b/json-smart-action/pom.xml index afa97b14..1b882d82 100644 --- a/json-smart-action/pom.xml +++ b/json-smart-action/pom.xml @@ -43,8 +43,8 @@ UTF-8 - 11 - 11 + 1.8 + 1.8 @@ -190,8 +190,8 @@ 3.3 UTF-8 - 11 - 11 + ${maven.compiler.source} + ${maven.compiler.target} **/.svn/* **/.svn @@ -256,4 +256,4 @@ - \ No newline at end of file + diff --git a/json-smart/pom.xml b/json-smart/pom.xml index f582411e..63f968dd 100644 --- a/json-smart/pom.xml +++ b/json-smart/pom.xml @@ -44,8 +44,8 @@ UTF-8 - 11 - 11 + 1.8 + 1.8 @@ -192,8 +192,8 @@ 3.3 UTF-8 - 11 - 11 + ${maven.compiler.source} + ${maven.compiler.target} **/.svn/* **/.svn @@ -261,4 +261,4 @@ - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index c096133c..7b3f70af 100644 --- a/pom.xml +++ b/pom.xml @@ -36,8 +36,8 @@ UTF-8 - 11 - 11 + 1.8 + 1.8 @@ -62,8 +62,8 @@ 3.3 UTF-8 - 1.6 - 1.6 + ${maven.compiler.source} + ${maven.compiler.target} **/.svn/* **/.svn