From f40b3871bdcf9ec6729a944d99aa2a19bdf2b2c1 Mon Sep 17 00:00:00 2001 From: jalisson Date: Thu, 20 Aug 2020 21:30:11 -0300 Subject: [PATCH] Compile on java 8 and 11 --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 07dcf19b..5236060a 100755 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ cz.startnet apgdiff Another PostgreSQL Diff Tool - 2.6.0-SNAPSHOT + 2.6.1-SNAPSHOT Simple PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that is (after some hand-made modifications) suitable for upgrade of old schema. http://www.apgdiff.com/ @@ -115,8 +115,8 @@ maven-compiler-plugin 3.8.1 - 11 - 11 + 1.8 + 1.8 ${project.build.sourceEncoding} true false @@ -181,6 +181,7 @@ To do something: + 8 @@ -281,7 +282,7 @@ 3.13.0 utf-8 - 1.6 + 1.8