Skip to content

Commit

Permalink
[artifactory-release] Release version 5.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Jan 19, 2022
1 parent fc91a14 commit a06a866
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
designed to enable the development of robust batch applications vital
for the daily operations of enterprise systems. Spring Batch is part of
the Spring Portfolio.</description>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M1</version>
<packaging>pom</packaging>
<url>https://projects.spring.io/spring-batch</url>

Expand Down
4 changes: 2 additions & 2 deletions spring-batch-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-core</artifactId>
<packaging>jar</packaging>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
8 changes: 4 additions & 4 deletions spring-batch-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion spring-batch-infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-infrastructure</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 3 additions & 3 deletions spring-batch-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-integration</artifactId>
<name>Spring Batch Integration</name>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.integration</groupId>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions spring-batch-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-samples</artifactId>
<packaging>jar</packaging>
Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions spring-batch-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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-test</artifactId>
<name>Spring Batch Test</name>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${project.version}</version>
<version>5.0.0-M1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit a06a866

Please sign in to comment.