From 557a6ef712cef4044b06f1ca1733f7215c1f700f Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Mon, 12 Feb 2024 20:28:36 +0900 Subject: [PATCH] Bump java.version to 1.7 to match main pom.xml Follows on to 641fed6b6158c321be4297cd776392a8f43625bd. --- .../src/it/issue-28-option-disabled/pom.xml | 4 ++-- .../src/it/issue-28-option-enabled/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modernizer-maven-plugin/src/it/issue-28-option-disabled/pom.xml b/modernizer-maven-plugin/src/it/issue-28-option-disabled/pom.xml index 0bf328c1..4d631916 100644 --- a/modernizer-maven-plugin/src/it/issue-28-option-disabled/pom.xml +++ b/modernizer-maven-plugin/src/it/issue-28-option-disabled/pom.xml @@ -10,8 +10,8 @@ UTF-8 - 1.6 - 1.6 + 1.7 + 1.7 1.6 false false diff --git a/modernizer-maven-plugin/src/it/issue-28-option-enabled/pom.xml b/modernizer-maven-plugin/src/it/issue-28-option-enabled/pom.xml index f9e9cc5e..9f151757 100644 --- a/modernizer-maven-plugin/src/it/issue-28-option-enabled/pom.xml +++ b/modernizer-maven-plugin/src/it/issue-28-option-enabled/pom.xml @@ -10,8 +10,8 @@ UTF-8 - 1.6 - 1.6 + 1.7 + 1.7 1.6 true true