Skip to content

Commit

Permalink
[artifactory-release] Release version 5.0.0-M3
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed May 19, 2022
1 parent 45ff527 commit a99f1c8
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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-M3</version>
<packaging>pom</packaging>
<url>https://projects.spring.io/spring-batch</url>

Expand Down
14 changes: 7 additions & 7 deletions spring-batch-bom/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
</parent>
<artifactId>spring-batch-bom</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -46,22 +46,22 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<version>${project.version}</version>
<version>5.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<version>${project.version}</version>
<version>5.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-integration</artifactId>
<version>${project.version}</version>
<version>5.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-test</artifactId>
<version>${project.version}</version>
<version>5.0.0-M3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -79,4 +79,4 @@
</plugins>
</build>

</project>
</project>
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-M3</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>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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-M3</version>
</parent>
<artifactId>spring-batch-docs</artifactId>
<name>Spring Batch Docs</name>
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-M3</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-M3</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>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</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>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 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-M3</version>
</parent>
<artifactId>spring-batch-samples</artifactId>
<packaging>jar</packaging>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-bom</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
<type>pom</type>
<scope>import</scope>
</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-M3</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>5.0.0-SNAPSHOT</version>
<version>5.0.0-M3</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

0 comments on commit a99f1c8

Please sign in to comment.