File tree 7 files changed +17
-17
lines changed
spring-batch-infrastructure
7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 8
8
designed to enable the development of robust batch applications vital
9
9
for the daily operations of enterprise systems. Spring Batch is part of
10
10
the Spring Portfolio.</description >
11
- <version >5.0.0-SNAPSHOT </version >
11
+ <version >5.0.0-M1 </version >
12
12
<packaging >pom</packaging >
13
13
<url >https://projects.spring.io/spring-batch</url >
14
14
Original file line number Diff line number Diff line change 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-M1 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-core</artifactId >
10
10
<packaging >jar</packaging >
23
23
<dependency >
24
24
<groupId >org.springframework.batch</groupId >
25
25
<artifactId >spring-batch-infrastructure</artifactId >
26
- <version >${project.version} </version >
26
+ <version >5.0.0-M1 </version >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.springframework</groupId >
Original file line number Diff line number Diff line change 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-M1 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-docs</artifactId >
10
10
<name >Spring Batch Docs</name >
93
93
<stylesheet >spring.css</stylesheet >
94
94
<linkcss >true</linkcss >
95
95
<icons >font</icons >
96
- <sectanchors />
96
+ <sectanchors />
97
97
<source-highlighter >highlight.js</source-highlighter >
98
98
<highlightjsdir >js/highlight</highlightjsdir >
99
99
<highlightjs-theme >github</highlightjs-theme >
100
- <idprefix />
100
+ <idprefix />
101
101
<idseparator >-</idseparator >
102
102
<spring-version >${project.version} </spring-version >
103
103
<revnumber >${project.version} </revnumber >
104
- <allow-uri-read />
104
+ <allow-uri-read />
105
105
</attributes >
106
106
</configuration >
107
107
</execution >
Original file line number Diff line number Diff line change 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-M1 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-infrastructure</artifactId >
10
10
<packaging >jar</packaging >
Original file line number Diff line number Diff line change 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-M1 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-integration</artifactId >
10
10
<name >Spring Batch Integration</name >
22
22
<dependency >
23
23
<groupId >org.springframework.batch</groupId >
24
24
<artifactId >spring-batch-core</artifactId >
25
- <version >${project.version} </version >
25
+ <version >5.0.0-M1 </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 >${project.version} </version >
68
+ <version >5.0.0-M1 </version >
69
69
<scope >test</scope >
70
70
</dependency >
71
71
<dependency >
Original file line number Diff line number Diff line change 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-M1 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-samples</artifactId >
10
10
<packaging >jar</packaging >
19
19
<dependency >
20
20
<groupId >org.springframework.batch</groupId >
21
21
<artifactId >spring-batch-core</artifactId >
22
- <version >${project.version} </version >
22
+ <version >5.0.0-M1 </version >
23
23
</dependency >
24
24
<dependency >
25
25
<groupId >org.springframework.batch</groupId >
26
26
<artifactId >spring-batch-integration</artifactId >
27
- <version >${project.version} </version >
27
+ <version >5.0.0-M1 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.springframework</groupId >
146
146
<dependency >
147
147
<groupId >org.springframework.batch</groupId >
148
148
<artifactId >spring-batch-test</artifactId >
149
- <version >${project.version} </version >
149
+ <version >5.0.0-M1 </version >
150
150
<scope >test</scope >
151
151
</dependency >
152
152
<dependency >
Original file line number Diff line number Diff line change 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-M1 </version >
8
8
</parent >
9
9
<artifactId >spring-batch-test</artifactId >
10
10
<name >Spring Batch Test</name >
23
23
<dependency >
24
24
<groupId >org.springframework.batch</groupId >
25
25
<artifactId >spring-batch-core</artifactId >
26
- <version >${project.version} </version >
26
+ <version >5.0.0-M1 </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