File tree 2 files changed +11
-15
lines changed
2 files changed +11
-15
lines changed Original file line number Diff line number Diff line change 230
230
<plugin >
231
231
<groupId >org.flywaydb</groupId >
232
232
<artifactId >flyway-maven-plugin</artifactId >
233
- <configuration >
234
- <user >${metc.jdbc.user} </user >
235
- <password >${metc.jdbc.password} </password >
236
- <url >${metc.jdbc.url} </url >
237
- <driver >${metc.jdbc.driver} </driver >
238
- <locations >
239
- <location >classpath:db/migration/${metc.flyway.vendor} </location >
240
- </locations >
241
- </configuration >
242
233
</plugin >
243
234
<plugin >
244
235
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 901
901
<artifactId >spring-boot-maven-plugin</artifactId >
902
902
<version >${mvn.spring.boot.version} </version >
903
903
</plugin >
904
- <plugin >
905
- <groupId >org.flywaydb</groupId >
906
- <artifactId >flyway-maven-plugin</artifactId >
907
- <version >8.5.11</version >
908
- </plugin >
909
904
<plugin >
910
905
<groupId >com.google.code.maven-replacer-plugin</groupId >
911
906
<artifactId >maven-replacer-plugin</artifactId >
914
909
<plugin >
915
910
<groupId >org.flywaydb</groupId >
916
911
<artifactId >flyway-maven-plugin</artifactId >
917
- <version >6.5.3</version >
912
+ <version >9.10.2</version >
913
+ <configuration >
914
+ <user >${metc.jdbc.user} </user >
915
+ <password >${metc.jdbc.password} </password >
916
+ <url >${metc.jdbc.url} </url >
917
+ <driver >${metc.jdbc.driver} </driver >
918
+ <locations >
919
+ <location >classpath:db/migration/${metc.flyway.vendor} </location >
920
+ </locations >
921
+ <cleanDisabled >false</cleanDisabled >
922
+ </configuration >
918
923
</plugin >
919
924
<plugin >
920
925
<groupId >com.mysema.maven</groupId >
You can’t perform that action at this time.
0 commit comments