File tree Expand file tree Collapse file tree 20 files changed +39
-39
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 20 files changed +39
-39
lines changed Original file line number Diff line number Diff line change 1111
1212 <groupId >org.springframework.cloud</groupId >
1313 <artifactId >spring-cloud-task-parent</artifactId >
14- <version >2.3.0-SNAPSHOT </version >
14+ <version >2.3.0</version >
1515 <packaging >pom</packaging >
1616 <name >Spring Cloud Task Build</name >
1717 <description >Spring Cloud Task Build</description >
5757 <dependency >
5858 <groupId >org.springframework.cloud</groupId >
5959 <artifactId >spring-cloud-task-dependencies</artifactId >
60- <version >2.3.0-SNAPSHOT </version >
60+ <version >2.3.0</version >
6161 <type >pom</type >
6262 <scope >import</scope >
6363 </dependency >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >spring-cloud-task-parent</artifactId >
55 <groupId >org.springframework.cloud</groupId >
6- <version >2.3.0-SNAPSHOT </version >
6+ <version >2.3.0</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.cloud</groupId >
88 <artifactId >spring-cloud-task-parent</artifactId >
9- <version >2.3.0-SNAPSHOT </version >
9+ <version >2.3.0</version >
1010 </parent >
1111
1212 <artifactId >spring-cloud-starter-task</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.cloud</groupId >
88 <artifactId >spring-cloud-task-parent</artifactId >
9- <version >2.3.0-SNAPSHOT </version >
9+ <version >2.3.0</version >
1010 </parent >
1111
1212 <artifactId >spring-cloud-task-batch</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.springframework.cloud</groupId >
88 <artifactId >spring-cloud-task-parent</artifactId >
9- <version >2.3.0-SNAPSHOT </version >
9+ <version >2.3.0</version >
1010 </parent >
1111
1212 <artifactId >spring-cloud-task-core</artifactId >
Original file line number Diff line number Diff line change 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 <artifactId >spring-cloud-task-dependencies</artifactId >
5- <version >2.3.0-SNAPSHOT </version >
5+ <version >2.3.0</version >
66 <packaging >pom</packaging >
77 <name >Spring Cloud Task Dependencies</name >
88 <description >Spring Cloud Task Dependencies</description >
1919 <dependency >
2020 <groupId >org.springframework.cloud</groupId >
2121 <artifactId >spring-cloud-starter-task</artifactId >
22- <version >2.3.0-SNAPSHOT </version >
22+ <version >2.3.0</version >
2323 </dependency >
2424 <dependency >
2525 <groupId >org.springframework.cloud</groupId >
2626 <artifactId >spring-cloud-task-core</artifactId >
27- <version >2.3.0-SNAPSHOT </version >
27+ <version >2.3.0</version >
2828 </dependency >
2929 <dependency >
3030 <groupId >org.springframework.cloud</groupId >
3131 <artifactId >spring-cloud-task-batch</artifactId >
32- <version >2.3.0-SNAPSHOT </version >
32+ <version >2.3.0</version >
3333 </dependency >
3434 <dependency >
3535 <groupId >org.springframework.cloud</groupId >
3636 <artifactId >spring-cloud-task-stream</artifactId >
37- <version >2.3.0-SNAPSHOT </version >
37+ <version >2.3.0</version >
3838 </dependency >
3939 </dependencies >
4040 </dependencyManagement >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >org.springframework.cloud</groupId >
66 <artifactId >spring-cloud-task-parent</artifactId >
7- <version >2.3.0-SNAPSHOT </version >
7+ <version >2.3.0</version >
88 </parent >
99 <artifactId >spring-cloud-task-docs</artifactId >
1010 <name >Spring Cloud Task Docs</name >
Original file line number Diff line number Diff line change 33 <parent >
44 <artifactId >spring-cloud-task-parent</artifactId >
55 <groupId >org.springframework.cloud</groupId >
6- <version >2.3.0-SNAPSHOT </version >
6+ <version >2.3.0</version >
77 </parent >
88 <modelVersion >4.0.0</modelVersion >
99 <name >Spring Cloud Task Integration Tests</name >
2323 <dependency >
2424 <groupId >org.springframework.cloud</groupId >
2525 <artifactId >spring-cloud-task-dependencies</artifactId >
26- <version >2.3.0-SNAPSHOT </version >
26+ <version >2.3.0</version >
2727 <type >pom</type >
2828 <scope >import</scope >
2929 </dependency >
7979 <dependency >
8080 <groupId >io.spring.cloud</groupId >
8181 <artifactId >partitioned-batch-job</artifactId >
82- <version >2.3.0-SNAPSHOT </version >
82+ <version >2.3.0</version >
8383 <scope >test</scope >
8484 </dependency >
8585 <dependency >
Original file line number Diff line number Diff line change 44
55 <groupId >io.spring.cloud</groupId >
66 <artifactId >batch-events</artifactId >
7- <version >2.3.0-SNAPSHOT </version >
7+ <version >2.3.0</version >
88 <packaging >jar</packaging >
99
1010 <name >Batch Events Sample Application</name >
3131 <dependency >
3232 <groupId >org.springframework.cloud</groupId >
3333 <artifactId >spring-cloud-task-dependencies</artifactId >
34- <version >2.3.0-SNAPSHOT </version >
34+ <version >2.3.0</version >
3535 <type >pom</type >
3636 <scope >import</scope >
3737 </dependency >
Original file line number Diff line number Diff line change 55 <groupId >io.spring.cloud</groupId >
66 <artifactId >batch-job</artifactId >
77 <packaging >jar</packaging >
8- <version >2.3.0-SNAPSHOT </version >
8+ <version >2.3.0</version >
99 <description >Spring Cloud Task Batch Example</description >
1010
1111 <name >Batch Job Sample Application</name >
2727 <dependency >
2828 <groupId >org.springframework.cloud</groupId >
2929 <artifactId >spring-cloud-task-dependencies</artifactId >
30- <version >2.3.0-SNAPSHOT </version >
30+ <version >2.3.0</version >
3131 <type >pom</type >
3232 <scope >import</scope >
3333 </dependency >
You can’t perform that action at this time.
0 commit comments