[BAEL-18774] - extracted versions into properties

This commit is contained in:
amit.pandey
2019-12-24 17:17:09 +05:30
parent fe17c22c81
commit b99b7b8b25
18 changed files with 85 additions and 40 deletions
@@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<version>2.1.1.RELEASE</version>
<version>${spring-boot.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -38,6 +38,7 @@
<properties>
<java.version>1.8</java.version>
<spring-boot.version>2.1.1.RELEASE</spring-boot.version>
<junit.version>4.11</junit.version>
</properties>