extract version into properties tag & moved common properties in parent

This commit is contained in:
amit.pandey
2020-06-20 23:32:32 +05:30
parent 556a51175e
commit 36f15adbd7
39 changed files with 134 additions and 65 deletions
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-circuitbreaker-resilience4j</artifactId>
<version>1.0.2.RELEASE</version>
<version>${circuitbreaker-resilience4j.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -52,4 +52,8 @@
</dependency>
</dependencies>
<properties>
<circuitbreaker-resilience4j.version>1.0.2.RELEASE</circuitbreaker-resilience4j.version>
</properties>
</project>