mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-05 07:09:56 +01:00
Update notification plugin
This commit is contained in:
@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
|
||||
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.19.0"
|
||||
val GitBucketVersion = "4.19.1"
|
||||
val ScalatraVersion = "2.6.1"
|
||||
val JettyVersion = "9.4.7.v20170914"
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
"description": "Provides notifications feature on GitBucket.",
|
||||
"versions": [
|
||||
{
|
||||
"version": "1.3.0",
|
||||
"range": ">=4.17.0",
|
||||
"file": "gitbucket-notifications-plugin_2.12-1.3.0.jar"
|
||||
"version": "1.4.0",
|
||||
"range": ">=4.19.0",
|
||||
"file": "gitbucket-notifications-plugin_2.12-1.4.0.jar"
|
||||
}
|
||||
],
|
||||
"default": true
|
||||
|
||||
@@ -44,5 +44,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
||||
new Version("4.16.0"),
|
||||
new Version("4.17.0"),
|
||||
new Version("4.18.0"),
|
||||
new Version("4.19.0")
|
||||
new Version("4.19.0"),
|
||||
new Version("4.19.1")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user