JAVA-922: Migrate flyway to parent-boot-2
This commit is contained in:
parent
e01bab2ac0
commit
0cf5e36623
|
@ -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>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
#flyway.enabled=false
|
||||
#spring.flyway.enabled=false
|
Loading…
Reference in New Issue