File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >org.springframework.batch</groupId >
48
48
<artifactId >spring-batch-core</artifactId >
49
- <version >${parent.version} </version >
49
+ <version >${project. parent.version} </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.springframework.batch</groupId >
53
53
<artifactId >spring-batch-infrastructure</artifactId >
54
- <version >${parent.version} </version >
54
+ <version >${project. parent.version} </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.springframework.batch</groupId >
58
58
<artifactId >spring-batch-integration</artifactId >
59
- <version >${parent.version} </version >
59
+ <version >${project. parent.version} </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.springframework.batch</groupId >
63
63
<artifactId >spring-batch-test</artifactId >
64
- <version >${parent.version} </version >
64
+ <version >${project. parent.version} </version >
65
65
</dependency >
66
66
</dependencies >
67
67
</dependencyManagement >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.springframework.batch</groupId >
25
25
<artifactId >spring-batch-infrastructure</artifactId >
26
- <version >${parent.version} </version >
26
+ <version >${project. parent.version} </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >org.springframework.batch</groupId >
24
24
<artifactId >spring-batch-core</artifactId >
25
- <version >${parent.version} </version >
25
+ <version >${project. parent.version} </version >
26
26
</dependency >
27
27
<dependency >
28
28
<groupId >org.springframework.integration</groupId >
65
65
<dependency >
66
66
<groupId >org.springframework.batch</groupId >
67
67
<artifactId >spring-batch-test</artifactId >
68
- <version >${parent.version} </version >
68
+ <version >${project. parent.version} </version >
69
69
<scope >test</scope >
70
70
</dependency >
71
71
<dependency >
Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >org.springframework.batch</groupId >
22
22
<artifactId >spring-batch-bom</artifactId >
23
- <version >${parent.version} </version >
23
+ <version >${project. parent.version} </version >
24
24
<type >pom</type >
25
25
<scope >import</scope >
26
26
</dependency >
Original file line number Diff line number Diff line change 23
23
<dependency >
24
24
<groupId >org.springframework.batch</groupId >
25
25
<artifactId >spring-batch-core</artifactId >
26
- <version >${parent.version} </version >
26
+ <version >${project. parent.version} </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments