|
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>2.3.0-SNAPSHOT</version> |
| 5 | + <version>2.3.0-M1</version> |
6 | 6 | <packaging>pom</packaging> |
7 | 7 | <name>Spring Cloud Task Dependencies</name> |
8 | 8 | <description>Spring Cloud Task Dependencies</description> |
|
23 | 23 | <dependency> |
24 | 24 | <groupId>org.springframework.cloud</groupId> |
25 | 25 | <artifactId>spring-cloud-starter-task</artifactId> |
26 | | - <version>2.3.0-SNAPSHOT</version> |
| 26 | + <version>2.3.0-M1</version> |
27 | 27 | </dependency> |
28 | 28 | <dependency> |
29 | 29 | <groupId>org.springframework.cloud</groupId> |
30 | 30 | <artifactId>spring-cloud-task-core</artifactId> |
31 | | - <version>2.3.0-SNAPSHOT</version> |
| 31 | + <version>2.3.0-M1</version> |
32 | 32 | </dependency> |
33 | 33 | <dependency> |
34 | 34 | <groupId>org.springframework.cloud</groupId> |
35 | 35 | <artifactId>spring-cloud-task-batch</artifactId> |
36 | | - <version>2.3.0-SNAPSHOT</version> |
| 36 | + <version>2.3.0-M1</version> |
37 | 37 | </dependency> |
38 | 38 | <dependency> |
39 | 39 | <groupId>org.springframework.cloud</groupId> |
40 | 40 | <artifactId>spring-cloud-task-stream</artifactId> |
41 | | - <version>2.3.0-SNAPSHOT</version> |
| 41 | + <version>2.3.0-M1</version> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | 44 | <groupId>io.pivotal.cfenv</groupId> |
|
0 commit comments