You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
axelfontaine
changed the title
Flyway 3.1: Using (deprecated) init goal in Maven takes wrong init/baselined version
Using (deprecated) init goal in Maven takes wrong init/baselined version
Nov 28, 2014
axelfontaine
changed the title
Using (deprecated) init goal in Maven takes wrong init/baselined version
Using (deprecated) init goal in Maven takes wrong baseline version
Nov 28, 2014
After upgrading to Flyway 3.1:
When executing the "init" goal with Maven plugin, Flyway takes wrong baseline version.
Log says: "Schema baselined with version: 1"
config says: 0.1.0.000
As a consequence my delta scripts were not executed, since they start with "0.".
After changing "init" to "baseline" everything is fine.
The text was updated successfully, but these errors were encountered: