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

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-parent</artifactId>
<version>2.3.0.BUILD-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-task-batch</artifactId>