[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

View File

@@ -88,7 +88,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>1.5.10.RELEASE</version>
<version>${spring-boot.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -118,6 +118,7 @@
<!-- Spring -->
<org.springframework.version>5.0.2.RELEASE</org.springframework.version>
<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
<!-- persistence -->
<mysql-connector-java.version>5.1.40</mysql-connector-java.version>