From 53ae59271a3b5b832e3a7045e2b58205ca300d2a Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Thu, 27 Jul 2017 07:34:42 +0900 Subject: [PATCH] Add pages plugin --- plugins.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugins.json b/plugins.json index 458449b6f..7e5663ce4 100644 --- a/plugins.json +++ b/plugins.json @@ -37,5 +37,18 @@ } ], "default": true + }, + { + "id": "pages", + "name": "Pages Plugin", + "description": "Project pages for gitbucket", + "versions": [ + { + "version": "1.5.0", + "range": ">=4.15.0", + "file": "gitbucket-pages-plugin_2.12-1.5.0.jar" + } + ], + "default": true } ]