1
- <?xml version =" 1.0" encoding =" UTF-8" standalone = " no " ?>
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
5
<groupId >org.springframework.batch</groupId >
6
6
<artifactId >spring-batch</artifactId >
7
- <version >5.0.0-SNAPSHOT </version >
7
+ <version >5.0.0-M3 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-bom</artifactId >
10
10
<packaging >pom</packaging >
46
46
<dependency >
47
47
<groupId >org.springframework.batch</groupId >
48
48
<artifactId >spring-batch-core</artifactId >
49
- <version >${project.version} </version >
49
+ <version >5.0.0-M3 </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.springframework.batch</groupId >
53
53
<artifactId >spring-batch-infrastructure</artifactId >
54
- <version >${project.version} </version >
54
+ <version >5.0.0-M3 </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.springframework.batch</groupId >
58
58
<artifactId >spring-batch-integration</artifactId >
59
- <version >${project.version} </version >
59
+ <version >5.0.0-M3 </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.springframework.batch</groupId >
63
63
<artifactId >spring-batch-test</artifactId >
64
- <version >${project.version} </version >
64
+ <version >5.0.0-M3 </version >
65
65
</dependency >
66
66
</dependencies >
67
67
</dependencyManagement >
79
79
</plugins >
80
80
</build >
81
81
82
- </project >
82
+ </project >
0 commit comments