This commit is contained in:
Naoki Takezoe
2017-07-12 13:07:41 +09:00
parent 788f253ad0
commit 61f3d2d513
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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")
)