# HG changeset patch # User Laurens Holst # Date 1644617197 -3600 # Fri Feb 11 23:06:37 2022 +0100 # Node ID 691d4f812da3a622aa522fe84d91c3f0142c3d19 # Parent 4808fb79e4b5217cd023ef378142c5f443289144 pom: Add tag to ensure we’re only using Java 8 APIs. diff --git a/pom.xml b/pom.xml --- a/pom.xml +++ b/pom.xml @@ -54,8 +54,9 @@ maven-compiler-plugin 3.9.0 - 1.8 - 1.8 + 8 + 8 + 8