Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd8dbca4

Browse files
committed
Release 4.16.0 for GitBucket 4.26.0
1 parentf64affc commitd8dbca4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎build.sbt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
organization:="io.github.gitbucket"
22
name:="gitbucket-gist-plugin"
3-
version:="4.15.0"
3+
version:="4.16.0"
44
scalaVersion:="2.12.6"
5-
gitbucketVersion:="4.26.0-SNAPSHOT"
5+
gitbucketVersion:="4.26.0"
66

77
scalacOptions:=Seq("-deprecation","-feature","-language:postfixOps")
88
javacOptions in compile++=Seq("-target","8","-source","8")

‎src/main/scala/Plugin.scala‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ class Plugin extends gitbucket.core.plugin.Plugin {
3737
newVersion("4.12.0"),
3838
newVersion("4.13.0"),
3939
newVersion("4.14.0"),
40-
newVersion("4.15.0")
40+
newVersion("4.15.0"),
41+
newVersion("4.16.0")
4142
)
4243

4344
overridedefinitialize(registry:PluginRegistry,context:ServletContext,settings:SystemSettings):Unit= {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp