Skip to content

Commit

Permalink
Add 'default-for' entries for Flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Nov 5, 2024
1 parent 0515330 commit 1184a33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metadata/org.flywaydb/flyway-core/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,22 @@
{
"metadata-version": "10.15.0",
"module": "org.flywaydb:flyway-core",
"default-for": "10\\.(15|16|17|18|19)\\..*",
"tested-versions": [
"10.15.0"
]
},
{
"metadata-version": "10.10.0",
"module": "org.flywaydb:flyway-core",
"default-for": "10\\.(0|1|2|3|4|5|6|7|8|9|10|11|12|13|14)\\..*",
"tested-versions": [
"10.10.0"
]
},
{
"metadata-version": "9.0.1",
"default-for": "9\\..*",
"module": "org.flywaydb:flyway-core",
"tested-versions": [
"9.0.1"
Expand Down

0 comments on commit 1184a33

Please sign in to comment.