(refs #1858) Upgrade gist plugin

This commit is contained in:
Naoki Takezoe
2018-01-27 12:48:45 +09:00
parent 1d98308a21
commit eb76db5f2c
3 changed files with 6 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
val Organization = "io.github.gitbucket" val Organization = "io.github.gitbucket"
val Name = "gitbucket" val Name = "gitbucket"
val GitBucketVersion = "4.21.0" val GitBucketVersion = "4.21.1"
val ScalatraVersion = "2.6.1" val ScalatraVersion = "2.6.1"
val JettyVersion = "9.4.7.v20170914" val JettyVersion = "9.4.7.v20170914"

View File

@@ -31,9 +31,9 @@
"description": "Provides Gist feature on GitBucket.", "description": "Provides Gist feature on GitBucket.",
"versions": [ "versions": [
{ {
"version": "4.11.0", "version": "4.12.0",
"range": ">=4.19.0", "range": ">=4.21.0",
"url": "https://github.com/gitbucket/gitbucket-gist-plugin/releases/download/4.11.0/gitbucket-gist-plugin-assembly-4.11.0.jar" "url": "https://github.com/gitbucket/gitbucket-gist-plugin/releases/download/4.12.0/gitbucket-gist-plugin-assembly-4.12.0.jar"
} }
], ],
"default": false "default": false

View File

@@ -51,5 +51,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
new Version("4.20.0"), new Version("4.20.0"),
new Version("4.21.0", new Version("4.21.0",
new LiquibaseMigration("update/gitbucket-core_4.21.xml") new LiquibaseMigration("update/gitbucket-core_4.21.xml")
) ),
new Version("4.21.1")
) )