Skip to content

Commit 4e3fbab

Browse files
committed
Bump to GitBucket 4.22.0
1 parent 32d1305 commit 4e3fbab

File tree

5 files changed

+13
-30
lines changed

5 files changed

+13
-30
lines changed

README.MD

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ It is then possible, for example, to notify every user that an upgrade of the sy
1616

1717
Plugin version | GitBucket version
1818
:--------------|:-----------------
19-
1.9.x | 4.19.y
20-
1.8.x | 4.17.y, 4.18.y
21-
1.7.x | 4.16.y
22-
1.6.x | 4.10.y
23-
1.5.x | 4.3.y
19+
1.10.x | 4.21.x, 4.22.x
20+
1.9.x | 4.19.x, 4.20.x
21+
1.8.x | 4.17.x, 4.18.x
22+
1.7.x | 4.16.x
23+
1.6.x | 4.10.x
24+
1.5.x | 4.3.x
2425
1.4.x | 4.0.0 -> 4.2.x
2526
1.3.x | 3.11.x, 3.12.x
2627
1.2.x | 3.11.x

build.sbt

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,5 @@
1-
val Organization = "fr.brouillard.gitbucket"
2-
val ProjectName = "gitbucket-announce-plugin"
3-
val ProjectVersion = "1.9.0"
4-
5-
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
6-
7-
organization := Organization
8-
name := ProjectName
9-
version := ProjectVersion
1+
name := "gitbucket-announce-plugin"
2+
organization := "fr.brouillard.gitbucket"
3+
version := "1.10.0"
104
scalaVersion := "2.12.4"
11-
12-
libraryDependencies ++= Seq(
13-
"io.github.gitbucket" %% "gitbucket" % "4.19.0" % "provided",
14-
"io.github.gitbucket" % "solidbase" % "1.0.2" % "provided",
15-
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
16-
"org.apache.commons" % "commons-email" % "1.4" % "provided",
17-
"com.sun.mail" % "javax.mail" % "1.5.2" % "provided",
18-
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
19-
)
20-
21-
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps", "-Ydelambdafy:method", "-target:jvm-1.8")
22-
javacOptions in compile ++= Seq("-target", "8", "-source", "8")
23-
24-
useJCenter := true
5+
gitbucketVersion := "4.22.0"

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 0.13.15
1+
sbt.version = 1.1.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0")
1+
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.2.0")

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2323
, new Version("1.7.2")
2424
, new Version("1.8.0")
2525
, new Version("1.9.0")
26+
, new Version("1.10.0")
2627
)
2728

2829
override val systemSettingMenus: Seq[(Context) => Option[Link]] = Seq(

0 commit comments

Comments
 (0)