Merge pull request #4905 from amit2103/BAEL-7819

[BAEL-7819] - Added standard parent pom and fixed tests in those modules
This commit is contained in:
Loredana Crusoveanu
2018-08-06 09:34:38 +03:00
committed by GitHub
36 changed files with 144 additions and 137 deletions

View File

@@ -12,11 +12,11 @@
<description>Demo project for Spring Boot</description>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../parent-boot-2</relativePath>
</parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>