Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

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 of our Twitter OSS libraries:
 - util -> 6.43.0
 - ostrich -> 9.27.0
 - scrooge -> 4.16.0
 - finagle -> 6.44.0
 - twitter-server -> 1.29.0
 - finatra -> 2.10.0

Solution

Prepare libraries for their next releases.

RB_ID=915023
  • Loading branch information
ryanoneill authored and jenkins committed Apr 20, 2017
1 parent d29e0eb commit 5f0386d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
9.27.0
-----
release: 20 April 2017

9.26.0
-----
release: 10 March 2017
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ object Ostrich extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "9.26.0" + suffix
val utilVersion = "6.42.0" + suffix
val libVersion = "9.27.0" + suffix
val utilVersion = "6.43.0" + suffix
val jacksonVersion = "2.8.4"

val sharedSettings = Seq(
Expand Down

0 comments on commit 5f0386d

Please sign in to comment.