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.38.0
  - ostrich -> 9.22
  - scrooge -> 4.12.0
  - finagle -> 6.39.0
  - twitter-server -> 1.24
  - finatra -> 2.5.0

Solution

Prepare libraries for their next releases.

RB_ID=879557
  • Loading branch information
jcrossley authored and jenkins committed Oct 11, 2016
1 parent 7c863d0 commit e174d7f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
1.x
-----

1.24.0
------

No Changes

1.23.0
------

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.23.0" + suffix
val utilVersion = "6.37.0" + suffix
val finagleVersion = "6.38.0" + suffix
val libVersion = "1.24.0" + suffix
val utilVersion = "6.38.0" + suffix
val finagleVersion = "6.39.0" + suffix

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

0 comments on commit e174d7f

Please sign in to comment.