JAVA-922: Migrate flyway to parent-boot-2

This commit is contained in:
sampadawagde 2020-04-22 17:44:28 +05:30
parent e01bab2ac0
commit 0cf5e36623
2 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-1</artifactId>
<artifactId>parent-boot-2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-1</relativePath>
<relativePath>../../parent-boot-2</relativePath>
</parent>
<dependencies>
@ -63,7 +63,7 @@
</build>
<properties>
<flyway-core.version>5.0.2</flyway-core.version>
<flyway-core.version>5.2.3</flyway-core.version>
<flyway-maven-plugin.version>5.0.2</flyway-maven-plugin.version>
</properties>

View File

@ -1 +1 @@
#flyway.enabled=false
#spring.flyway.enabled=false