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

@@ -73,7 +73,7 @@
<dependency>
<groupId>io.spring.cloud</groupId>
<artifactId>partitioned-batch-job</artifactId>
<version>2.2.1.BUILD-SNAPSHOT</version>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>