File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ This plug-in provides notifications feature on GitBucket.
4
4
5
5
Plugin version | GitBucket version
6
6
:--------------|:--------------------
7
- 1.2.x - | 4.17.x -
7
+ 1.4.0 | 4.19.0
8
+ 1.2.x, 1.3.x | 4.17.x - 4.18.x
8
9
1.1.x | 4.16.x
9
10
1.0.x | 4.15.x
10
11
Original file line number Diff line number Diff line change 1
1
val Organization = " io.github.gitbucket"
2
2
val ProjectName = " gitbucket-notifications-plugin"
3
- val ProjectVersion = " 1.3 .0"
4
- val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.18 .0" )
3
+ val ProjectVersion = " 1.4 .0"
4
+ val GitBucketVersion = Option (System .getProperty(" gitbucket.version" )).getOrElse(" 4.19 .0" )
5
5
6
6
name := ProjectName
7
7
organization := Organization
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
26
26
new Version (" 1.2.0" ),
27
27
new Version (" 1.3.0" ,
28
28
new LiquibaseMigration (" update/gitbucket-notifications_1.3.xml" )
29
- )
29
+ ),
30
+ new Version (" 1.4.0" )
30
31
)
31
32
32
33
override val controllers = Seq (
You can’t perform that action at this time.
0 commit comments