Updated Task Version to use the -SNAPSHOT vs .BUILD-SNAPSHOT

This commit is contained in:
Glenn Renfro
2020-04-29 17:54:54 -04:00
committed by Michael Minella
parent 214c121397
commit 90a2a27e51
19 changed files with 36 additions and 36 deletions

View File

@@ -4,7 +4,7 @@
<groupId>io.spring.cloud</groupId>
<artifactId>taskprocessor</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Task Processor Sample Application</name>
@@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>