From 2493f2b82fd4f012a124159679ab3f2dd500dcbf Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Mon, 26 Oct 2020 19:36:53 +0800 Subject: [PATCH] fix maven plugin versions in doc --- .../spring-boot-tools/spring-boot-maven-plugin/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle index 06d4a0f7196a..08042998156f 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle +++ b/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/build.gradle @@ -86,9 +86,9 @@ javadoc { } tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) { - attributes "maven-jar-plugin-version": "1.2.3", - "maven-failsafe-plugin-version": "1.2.3", - "build-helper-maven-plugin-version": "1.2.3" + attributes "maven-jar-plugin-version": "3.2.0", + "maven-failsafe-plugin-version": "2.22.2", + "build-helper-maven-plugin-version": "3.2.0" } task zip(type: Zip) {