Removed versions and pointed them to ${project.version}

This commit is contained in:
Michael Minella
2019-11-22 14:58:42 -06:00
parent 70ed8b96e9
commit 3675ebcf96
4 changed files with 7 additions and 21 deletions

View File

@@ -57,7 +57,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-task-dependencies</artifactId>
<version>2.2.1.BUILD-SNAPSHOT</version>
<version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>