Tidy up maven dependency references to current project version

This commit is contained in:
Mark Pollack
2015-10-23 15:17:34 -04:00
parent 7023e16196
commit 1c374eead7
4 changed files with 17 additions and 19 deletions

View File

@@ -24,7 +24,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-rxjava</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>