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
+11 -1
View File
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-jdk8</artifactId>
<version>1.3.1.Final</version>
<version>${mapstruct.version}</version>
<scope>provided</scope>
</dependency>
@@ -68,4 +68,14 @@
</plugin>
</plugins>
</build>
<properties>
<spring-boot-version>2.1.9.RELEASE</spring-boot-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<start-class>com.baeldung.springdatageode.app.ClientCacheApp</start-class>
<spring-geode-starter-version>1.1.1.RELEASE</spring-geode-starter-version>
<spring.boot.starter.version>2.1.9.RELEASE</spring.boot.starter.version>
<mapstruct.version>1.3.1.Final</mapstruct.version>
</properties>
</project>