File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
buildSrc/src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ private void createAsciidoctorExtensionsConfiguration(Project project) {
9696 ConfigurationContainer configurations = project .getConfigurations ();
9797 Configuration asciidoctorExtensions = configurations .maybeCreate (EXTENSIONS_CONFIGURATION );
9898 asciidoctorExtensions .getDependencies ().add (project .getDependencies ()
99- .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-SNAPSHOT " ));
99+ .create ("io.spring.asciidoctor.backends:spring-asciidoctor-backends:0.0.1-M1 " ));
100100 Configuration dependencyManagement = configurations .findByName ("dependencyManagement" );
101101 if (dependencyManagement != null ) {
102102 asciidoctorExtensions .extendsFrom (dependencyManagement );
You can’t perform that action at this time.
0 commit comments