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 78590edb3a
commit 8c2fdd3c2c
39 changed files with 134 additions and 65 deletions

View File

@@ -41,7 +41,7 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>2.3.1</version>
<version>${jaxb-api.version}</version>
</dependency>
@@ -54,6 +54,7 @@
<!-- testing -->
<assertj-core.version>3.10.0</assertj-core.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
</properties>
</project>