[BAEL-17326] - Extract versions into properties

This commit is contained in:
amit2103
2019-09-15 17:53:10 +05:30
parent 9154f5e062
commit 60fc96727a
21 changed files with 77 additions and 43 deletions
+5 -1
View File
@@ -17,8 +17,12 @@
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-random-core</artifactId>
<version>4.0.0</version>
<version>${easy-random-core.version}</version>
</dependency>
</dependencies>
<properties>
<easy-random-core.version>4.0.0</easy-random-core.version>
</properties>
</project>