You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/10/20 16:19:50 UTC

[maven-compiler-plugin] branch master updated: parameter jdkToolchain states: requires at least Maven 3.3.1

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 757c1fa  parameter jdkToolchain states: requires at least Maven 3.3.1
757c1fa is described below

commit 757c1fad1c963e8e9532c10ee7e22849ba0f8d6c
Author: rfscholte <rf...@apache.org>
AuthorDate: Tue Oct 20 18:19:37 2020 +0200

    parameter jdkToolchain states: requires at least Maven 3.3.1
---
 .../multirelease-patterns/singleproject-toolchains/invoker.properties   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties b/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties
index 193b2ad..3e89fdd 100644
--- a/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties
+++ b/src/it/multirelease-patterns/singleproject-toolchains/invoker.properties
@@ -16,3 +16,5 @@
 # under the License.
 invoker.goals = verify -Pmulti-jar
 invoker.toolchain.jdk.version=1.9
+# Due to toolchain support
+invoker.maven.version = 3.3.1+