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 2022/01/17 14:42:07 UTC

[maven-javadoc-plugin] branch MJAVADOC-704 updated: [MJAVADOC-704] Require Maven 3.3.1 for toolchains

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

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


The following commit(s) were added to refs/heads/MJAVADOC-704 by this push:
     new faa88c7  [MJAVADOC-704] Require Maven 3.3.1 for toolchains
faa88c7 is described below

commit faa88c75c3850178de12cab55d085b82e72515aa
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jan 17 15:41:54 2022 +0100

    [MJAVADOC-704] Require Maven 3.3.1 for toolchains
---
 src/it/projects/MJAVADOC-704_toolchains/invoker.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/it/projects/MJAVADOC-704_toolchains/invoker.properties b/src/it/projects/MJAVADOC-704_toolchains/invoker.properties
index 031550f..2342848 100644
--- a/src/it/projects/MJAVADOC-704_toolchains/invoker.properties
+++ b/src/it/projects/MJAVADOC-704_toolchains/invoker.properties
@@ -15,4 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.toolchain.jdk.version = 11
\ No newline at end of file
+invoker.toolchain.jdk.version = 11
+invoker.maven.version = 3.3.1
\ No newline at end of file