[BAEL-13313] - Extract versions into properties

This commit is contained in:
amit2103
2019-04-07 00:19:58 +05:30
parent 3942c3b0a4
commit caef6500c2
23 changed files with 86 additions and 54 deletions
+7 -2
View File
@@ -27,12 +27,17 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bus</artifactId>
<version>2.0.8.RELEASE</version>
<version>${reactor.version}</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>2.0.8.RELEASE</version>
<version>${reactor.version}</version>
</dependency>
</dependencies>
<properties>
<spring-cloud-sleuth.version>2.0.2.RELEASE</spring-cloud-sleuth.version>
<reactor.version>2.0.8.RELEASE</reactor.version>
</properties>
</project>