[artifactory-release] Release version 5.0.0-M1

This commit is contained in:
Spring Builds
2022-01-19 12:13:21 +00:00
parent fc91a143a6
commit a06a866410
7 changed files with 17 additions and 17 deletions

View File

@@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M1</version>
</parent>
<artifactId>spring-batch-docs</artifactId>
<name>Spring Batch Docs</name>
@@ -93,15 +93,15 @@
<stylesheet>spring.css</stylesheet>
<linkcss>true</linkcss>
<icons>font</icons>
<sectanchors/>
<sectanchors />
<source-highlighter>highlight.js</source-highlighter>
<highlightjsdir>js/highlight</highlightjsdir>
<highlightjs-theme>github</highlightjs-theme>
<idprefix/>
<idprefix />
<idseparator>-</idseparator>
<spring-version>${project.version}</spring-version>
<revnumber>${project.version}</revnumber>
<allow-uri-read/>
<allow-uri-read />
</attributes>
</configuration>
</execution>