File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,6 @@ Apollo 2.0.0
51
51
* [ Upgrade spring boot to 2.6.6 and spring cloud to 2021.0.1] ( https://github.com/apolloconfig/apollo/pull/4295 )
52
52
* [ Fix the apollo portal start failed issue] ( https://github.com/apolloconfig/apollo/pull/4298 )
53
53
* [ fix: javax.net.ssl.SSLHandshakeException: No appropriate protocol] ( https://github.com/apolloconfig/apollo/pull/4308 )
54
+ * [ Upgrade flyway to 8.0.5] ( https://github.com/apolloconfig/apollo/pull/4312 )
54
55
------------------
55
56
All issues and pull requests are [ here] ( https://github.com/ctripcorp/apollo/milestone/8?closed=1 )
Original file line number Diff line number Diff line change 693
693
<plugin >
694
694
<groupId >org.flywaydb</groupId >
695
695
<artifactId >flyway-maven-plugin</artifactId >
696
- <version >5.2.4 </version >
696
+ <version >8.0.5 </version >
697
697
<dependencies >
698
698
<dependency >
699
699
<groupId >mysql</groupId >
702
702
</dependency >
703
703
</dependencies >
704
704
<configuration >
705
- <configFile >scripts/flyway/flyway-configdb.properties</configFile >
705
+ <configFiles >
706
+ <configFile >
707
+ scripts/flyway/flyway-configdb.properties
708
+ </configFile >
709
+ </configFiles >
706
710
</configuration >
707
711
<inherited >false</inherited >
708
712
</plugin >
716
720
<plugin >
717
721
<groupId >org.flywaydb</groupId >
718
722
<artifactId >flyway-maven-plugin</artifactId >
719
- <version >5.2.4 </version >
723
+ <version >8.0.5 </version >
720
724
<dependencies >
721
725
<dependency >
722
726
<groupId >mysql</groupId >
725
729
</dependency >
726
730
</dependencies >
727
731
<configuration >
728
- <configFile >scripts/flyway/flyway-portaldb.properties</configFile >
732
+ <configFiles >
733
+ <configFile >
734
+ scripts/flyway/flyway-portaldb.properties
735
+ </configFile >
736
+ </configFiles >
729
737
</configuration >
730
738
<inherited >false</inherited >
731
739
</plugin >
You can’t perform that action at this time.
0 commit comments