From abd809366bdcc85e6f01b2883f4ade75e297e84f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 May 2021 21:44:24 +0100 Subject: [PATCH] Upgrade to Spring Asciidoctor Extensions 0.6.0 Closes gh-26306 --- spring-boot-project/spring-boot-parent/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-parent/build.gradle b/spring-boot-project/spring-boot-parent/build.gradle index 97a66b77920..5efaa10c789 100644 --- a/spring-boot-project/spring-boot-parent/build.gradle +++ b/spring-boot-project/spring-boot-parent/build.gradle @@ -148,7 +148,7 @@ bom { ] } } - library("Spring Asciidoctor Extensions", "0.6.0-SNAPSHOT") { + library("Spring Asciidoctor Extensions", "0.6.0") { group("io.spring.asciidoctor") { modules = [ "spring-asciidoctor-extensions-spring-boot",