From 61f3d2d513be80285ff58c5f08000e22337cdf1e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 12 Jul 2017 13:07:41 +0900 Subject: [PATCH] Fixup --- src/main/resources/plugins/plugins.json | 4 ++-- src/main/scala/gitbucket/core/GitBucketCoreModule.scala | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/plugins/plugins.json b/src/main/resources/plugins/plugins.json index 2b6fc6f88..3061e31f9 100644 --- a/src/main/resources/plugins/plugins.json +++ b/src/main/resources/plugins/plugins.json @@ -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 diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index b5a2df872..9f933c276 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -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") )