mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 23:45:50 +01:00
Fixup
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.0.0",
|
||||
"range": ">4.15.0-SNAPSHOT",
|
||||
"file": "gitbucket-gist-notifications_2.12-1.0.0.jar"
|
||||
"range": ">4.15.0",
|
||||
"file": "gitbucket-notifications-plugin_2.12-1.0.0.jar"
|
||||
}
|
||||
],
|
||||
"default": true
|
||||
|
||||
@@ -39,5 +39,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
||||
new LiquibaseMigration("update/gitbucket-core_4.14.xml"),
|
||||
new SqlMigration("update/gitbucket-core_4.14.sql")
|
||||
),
|
||||
new Version("4.14.1")
|
||||
new Version("4.14.1"),
|
||||
new Version("4.15.0")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user