Merge pull request #5836 from rozagerardo/geroza/BAEL-10843_subtask-part-1_BAEL-10354_migrateparent-boot-to-spring-boot-2.1_part-1

BAEL-10843 | Upgrade set of modules to use boot 2.1 - part 1
This commit is contained in:
Loredana Crusoveanu
2018-12-07 22:21:33 +02:00
committed by GitHub
85 changed files with 347 additions and 199 deletions

View File

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

View File

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