mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Fixup
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"range": ">4.15.0-SNAPSHOT",
|
"range": ">4.15.0",
|
||||||
"file": "gitbucket-gist-notifications_2.12-1.0.0.jar"
|
"file": "gitbucket-notifications-plugin_2.12-1.0.0.jar"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"default": true
|
"default": true
|
||||||
|
|||||||
@@ -39,5 +39,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
|||||||
new LiquibaseMigration("update/gitbucket-core_4.14.xml"),
|
new LiquibaseMigration("update/gitbucket-core_4.14.xml"),
|
||||||
new SqlMigration("update/gitbucket-core_4.14.sql")
|
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