|
@@ -693,7 +693,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.flywaydb</groupId>
|
|
<groupId>org.flywaydb</groupId>
|
|
<artifactId>flyway-maven-plugin</artifactId>
|
|
<artifactId>flyway-maven-plugin</artifactId>
|
|
- <version>5.2.4</version>
|
|
|
|
|
|
+ <version>8.0.5</version>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
@@ -702,7 +702,11 @@
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<configuration>
|
|
<configuration>
|
|
- <configFile>scripts/flyway/flyway-configdb.properties</configFile>
|
|
|
|
|
|
+ <configFiles>
|
|
|
|
+ <configFile>
|
|
|
|
+ scripts/flyway/flyway-configdb.properties
|
|
|
|
+ </configFile>
|
|
|
|
+ </configFiles>
|
|
</configuration>
|
|
</configuration>
|
|
<inherited>false</inherited>
|
|
<inherited>false</inherited>
|
|
</plugin>
|
|
</plugin>
|
|
@@ -716,7 +720,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.flywaydb</groupId>
|
|
<groupId>org.flywaydb</groupId>
|
|
<artifactId>flyway-maven-plugin</artifactId>
|
|
<artifactId>flyway-maven-plugin</artifactId>
|
|
- <version>5.2.4</version>
|
|
|
|
|
|
+ <version>8.0.5</version>
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>mysql</groupId>
|
|
<groupId>mysql</groupId>
|
|
@@ -725,7 +729,11 @@
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
<configuration>
|
|
<configuration>
|
|
- <configFile>scripts/flyway/flyway-portaldb.properties</configFile>
|
|
|
|
|
|
+ <configFiles>
|
|
|
|
+ <configFile>
|
|
|
|
+ scripts/flyway/flyway-portaldb.properties
|
|
|
|
+ </configFile>
|
|
|
|
+ </configFiles>
|
|
</configuration>
|
|
</configuration>
|
|
<inherited>false</inherited>
|
|
<inherited>false</inherited>
|
|
</plugin>
|
|
</plugin>
|