flyway: use Maven metadata for checkver (#4311)

This commit is contained in:
Donlon McGovern 2023-01-05 17:18:01 -06:00 committed by GitHub
parent 9906990fae
commit 297ca5a903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,8 +17,8 @@
"jars" "jars"
], ],
"checkver": { "checkver": {
"url": "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html", "url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/maven-metadata.xml",
"regex": "Flyway ([\\d.]+)" "regex": "<release>(\\S+)</release>"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {