Skip to content

Commit ab345cb

Browse files
authored
Merge pull request #17 from gitbucket-plugins/plugin-registry
Bump to sbt-gitbucket-plugin 1.3.0 to be hosted by the plugin registry
2 parents 79859df + 5ef047e commit ab345cb

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

README.MD

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ 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.10.x | 4.21.x, 4.22.x
19+
1.11.x | 4.26.x
20+
1.10.x | 4.21.x -> 4.25.x
2021
1.9.x | 4.19.x, 4.20.x
2122
1.8.x | 4.17.x, 4.18.x
2223
1.7.x | 4.16.x
@@ -38,6 +39,10 @@ Plugin version | GitBucket version
3839

3940
## Release Notes
4041

42+
### 1.11.0
43+
44+
- Bump sbt-gitbucket-plugin to 1.3.0 to be hosted by the [plugin registry](https://plugins.gitbucket-community.org/)
45+
4146
### 1.10.0
4247

4348
- update to gitbucket 4.22.0

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name := "gitbucket-announce-plugin"
22
organization := "fr.brouillard.gitbucket"
3-
version := "1.10.0"
4-
scalaVersion := "2.12.4"
5-
gitbucketVersion := "4.22.0"
3+
version := "1.11.0"
4+
scalaVersion := "2.12.6"
5+
gitbucketVersion := "4.26.0"

project/build.properties

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

project/plugins.sbt

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

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2424
, new Version("1.8.0")
2525
, new Version("1.9.0")
2626
, new Version("1.10.0")
27+
, new Version("1.11.0")
2728
)
2829

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

0 commit comments

Comments
 (0)