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
+1 -1
View File
@@ -33,7 +33,7 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>3.3.0</version>
<version>${redisson.version}</version>
</dependency>
<dependency>
<groupId>com.github.kstyrc</groupId>