GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Browse code
Bump to 4.12.1
master
1 parent
0f33d66
commit
9faa3e840255b41c7909a1064022af6b6d8cb021
Naoki Takezoe
authored
on 4 May 2017
Patch
Unified
Split
Showing
2 changed files
+1
-1
■
■
■■■
build.sbt
+2
-2
■
■
■
■
■
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
Ignore Space
Show notes
View
2
■
■
■■■
build.sbt
val
Organization
=
"io.github.gitbucket"
val
Name
=
"gitbucket"
val
GitBucketVersion
=
"4.12.0"
val
GitBucketVersion
=
"4.12.1"
val
ScalatraVersion
=
"2.5.0"
val
JettyVersion
=
"9.3.9.v20160517"
lazy val root
=
(
project
in
file
(
"."
)).
enablePlugins
(
SbtTwirl
,
JettyPlugin
)
Ignore Space
Show notes
View
4
■
■
■
■
■
src/main/scala/gitbucket/core/GitBucketCoreModule.scala
new
Version
(
"4.10.0"
),
new
Version
(
"4.11.0"
,
new
LiquibaseMigration
(
"update/gitbucket-core_4.11.xml"
)
),
new
Version
(
"4.12.0"
)
new
Version
(
"4.12.0"
),
new
Version
(
"4.12.1"
)
)
Show line notes below