From 31043282a7436b854c0f5749cb38bfae09c68beb Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Wed, 16 Feb 2022 12:24:59 -0800 Subject: [PATCH] EOL `java.level.test` (#502) --- README.md | 1 - pom.xml | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5eefd58b05..1011ce0d28 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ thought to be overridden are no longer based on properties. The main remaining o * `hpi-plugin.version`: The HPI Maven Plugin version used by the plugin. (Generally you should not set this to a version _lower_ than that specified in the parent POM.) * `stapler-plugin.version`: The Stapler Maven plugin version required by the plugin. - * `java.level.test`: The Java version to use to build the plugin tests. * In order to make their versions the same as the used core version, `node.version` and `npm.version` properties are provided. * Tests are skipped during the `perform` phase of a release (can be overridden by setting `release.skipTests` to false). diff --git a/pom.xml b/pom.xml index e5cdf96079..e6a68f85b8 100644 --- a/pom.xml +++ b/pom.xml @@ -69,9 +69,6 @@ 3.23 1.17 you-must-override-the-java.level-property - - - ${java.level}