Updated Task Versions to 2.2.2.BUILD-SNAPSHOT
Also set the parent boot for samples to 2.2.2.RELEASE
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
<artifactId>timestamp-task</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Timestamp Task</name>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
<version>2.2.2.BUILD-SNAPSHOT</version>
|
||||
<description>Spring Cloud Timestamp Task</description>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
<version>2.2.2.BUILD-SNAPSHOT</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
@@ -28,7 +28,8 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-task-dependencies</artifactId>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
<version>2.2.2.BUILD-SNAPSHOT</version>
|
||||
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user