1- <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
22<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" >
33 <modelVersion >4.0.0</modelVersion >
44 <parent >
55 <groupId >org.springframework.batch</groupId >
66 <artifactId >spring-batch</artifactId >
7- <version >5.0.0-SNAPSHOT </version >
7+ <version >5.0.0-M3 </version >
88 </parent >
99 <artifactId >spring-batch-bom</artifactId >
1010 <packaging >pom</packaging >
4646 <dependency >
4747 <groupId >org.springframework.batch</groupId >
4848 <artifactId >spring-batch-core</artifactId >
49- <version >${project.version} </version >
49+ <version >5.0.0-M3 </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.springframework.batch</groupId >
5353 <artifactId >spring-batch-infrastructure</artifactId >
54- <version >${project.version} </version >
54+ <version >5.0.0-M3 </version >
5555 </dependency >
5656 <dependency >
5757 <groupId >org.springframework.batch</groupId >
5858 <artifactId >spring-batch-integration</artifactId >
59- <version >${project.version} </version >
59+ <version >5.0.0-M3 </version >
6060 </dependency >
6161 <dependency >
6262 <groupId >org.springframework.batch</groupId >
6363 <artifactId >spring-batch-test</artifactId >
64- <version >${project.version} </version >
64+ <version >5.0.0-M3 </version >
6565 </dependency >
6666 </dependencies >
6767 </dependencyManagement >
7979 </plugins >
8080 </build >
8181
82- </project >
82+ </project >
0 commit comments