Migrated modules to use parent-boot with version spring-boot 2.1

This commit is contained in:
geroza
2018-12-08 15:04:59 -02:00
parent a2882867fe
commit a2ceb57dd1
14 changed files with 28 additions and 28 deletions

View File

@@ -11,10 +11,10 @@
<description>Example ETL Load Project</description>
<parent>
<artifactId>parent-boot-2.0-temp</artifactId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../parent-boot-2.0-temp</relativePath>
<relativePath>../../../parent-boot-2</relativePath>
</parent>
<properties>

View File

@@ -12,10 +12,10 @@
<description>Example transform ETL step</description>
<parent>
<artifactId>parent-boot-2.0-temp</artifactId>
<artifactId>parent-boot-2</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../../parent-boot-2.0-temp</relativePath>
<relativePath>../../../parent-boot-2</relativePath>
</parent>
<properties>