Skip to content

Commit

Permalink
twitter-oss: Prepare OSS libraries for release
Browse files Browse the repository at this point in the history
Problem

We want to release the next versions our of Twitter OSS libraries:
 - util -> 6.36.0
 - ostrich -> 9.20
 - scrooge -> 4.9.0
 - finagle -> 6.37.0
 - twitter-server -> 1.22
 - finatra -> 2.3.0

Solution

Prepare libraries for their next releases.

RB_ID=865948
TBR=true
  • Loading branch information
cacoco authored and jenkins committed Aug 26, 2016
1 parent f2699fe commit 72a3946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
1.x
-----

1.21.0
1.22.0
------

Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object TwitterServer extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "1.21.0" + suffix
val utilVersion = "6.35.0" + suffix
val finagleVersion = "6.36.0" + suffix
val libVersion = "1.22.0" + suffix
val utilVersion = "6.36.0" + suffix
val finagleVersion = "6.37.0" + suffix

val jacksonVersion = "2.6.5"
val jacksonLibs = Seq(
Expand Down

0 comments on commit 72a3946

Please sign in to comment.