mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 18:05:50 +01:00
(refs #1858) Upgrade gist plugin
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user