File tree Expand file tree Collapse file tree 22 files changed +50
-50
lines changed
spring-cloud-starter-single-step-batch-job
spring-cloud-starter-task
spring-cloud-task-dependencies
spring-cloud-task-integration-tests
spring-cloud-task-samples Expand file tree Collapse file tree 22 files changed +50
-50
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.cloud</groupId >
10
10
<artifactId >spring-cloud-task-parent</artifactId >
11
- <version >3.3.1 -SNAPSHOT</version >
11
+ <version >5.0.0 -SNAPSHOT</version >
12
12
</parent >
13
13
<packaging >jar</packaging >
14
14
<name >Spring Cloud Task Docs</name >
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >org.springframework.cloud</groupId >
13
13
<artifactId >spring-cloud-task-parent</artifactId >
14
- <version >3.3.1 -SNAPSHOT</version >
14
+ <version >5.0.0 -SNAPSHOT</version >
15
15
<packaging >pom</packaging >
16
16
<name >Spring Cloud Task Build</name >
17
17
<description >Spring Cloud Task Build</description >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >spring-cloud-task-parent</artifactId >
5
5
<groupId >org.springframework.cloud</groupId >
6
- <version >3.3.1 -SNAPSHOT</version >
6
+ <version >5.0.0 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-task-parent</artifactId >
9
- <version >3.3.1 -SNAPSHOT</version >
9
+ <version >5.0.0 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >spring-cloud-starter-task</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-task-parent</artifactId >
9
- <version >3.3.1 -SNAPSHOT</version >
9
+ <version >5.0.0 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >spring-cloud-task-batch</artifactId >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.cloud</groupId >
8
8
<artifactId >spring-cloud-task-parent</artifactId >
9
- <version >3.3.1 -SNAPSHOT</version >
9
+ <version >5.0.0 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >spring-cloud-task-core</artifactId >
Original file line number Diff line number Diff line change 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
<artifactId >spring-cloud-task-dependencies</artifactId >
5
- <version >3.3.1 -SNAPSHOT</version >
5
+ <version >5.0.0 -SNAPSHOT</version >
6
6
<packaging >pom</packaging >
7
7
<name >Spring Cloud Task Dependencies</name >
8
8
<description >Spring Cloud Task Dependencies</description >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<artifactId >spring-cloud-task-parent</artifactId >
5
5
<groupId >org.springframework.cloud</groupId >
6
- <version >3.3.1 -SNAPSHOT</version >
6
+ <version >5.0.0 -SNAPSHOT</version >
7
7
</parent >
8
8
<modelVersion >4.0.0</modelVersion >
9
9
<name >Spring Cloud Task Integration Tests</name >
13
13
<artifactId >spring-cloud-task-integration-tests</artifactId >
14
14
15
15
<properties >
16
- <spring-cloud-commons .version>4.3.1 -SNAPSHOT</spring-cloud-commons .version>
16
+ <spring-cloud-commons .version>5.0.0 -SNAPSHOT</spring-cloud-commons .version>
17
17
</properties >
18
18
<dependencyManagement >
19
19
<dependencies >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >io.spring.cloud</groupId >
6
6
<artifactId >batch-events</artifactId >
7
- <version >3.2 .0-SNAPSHOT</version >
7
+ <version >5.0 .0-SNAPSHOT</version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Batch Events Sample Application</name >
13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.5.0 </version >
16
+ <version >4.0.0-SNAPSHOT </version >
17
17
<relativePath />
18
18
</parent >
19
19
20
20
<properties >
21
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
22
<java .version>17</java .version>
23
23
<spring-cloud-stream .version>4.3.1-SNAPSHOT</spring-cloud-stream .version>
24
- <spring-cloud-task .version>3.3.1 -SNAPSHOT</spring-cloud-task .version>
24
+ <spring-cloud-task .version>5.0.0 -SNAPSHOT</spring-cloud-task .version>
25
25
</properties >
26
26
27
27
<dependencyManagement >
Original file line number Diff line number Diff line change 5
5
<groupId >io.spring.cloud</groupId >
6
6
<artifactId >batch-job</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >3.2 .0-SNAPSHOT</version >
8
+ <version >5.0 .0-SNAPSHOT</version >
9
9
<description >Spring Cloud Task Batch Example</description >
10
10
11
11
<name >Batch Job Sample Application</name >
12
12
13
13
<parent >
14
14
<groupId >org.springframework.boot</groupId >
15
15
<artifactId >spring-boot-starter-parent</artifactId >
16
- <version >3.5.0 </version >
16
+ <version >4.0.0-SNAPSHOT </version >
17
17
<relativePath />
18
18
</parent >
19
19
You can’t perform that action at this time.
0 commit comments