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 our of Twitter OSS libraries:
 - util -> 6.41.0
 - ostrich -> 9.25.0
 - scrooge -> 4.14.0
 - finagle -> 6.42.0
 - twitter-server -> 1.27.0
 - finatra -> 2.8.0

Solution

Prepare libraries for their next releases.

RB_ID=906879
  • Loading branch information
Bryce Anderson authored and jenkins committed Feb 4, 2017
1 parent 57e3727 commit f0d2c75
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.25.0
-----
release: 03 February 2017

9.24.0
-----
release: 20 December 2016
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.24.0" + suffix
val utilVersion = "6.40.0" + suffix
val libVersion = "9.25.0" + suffix
val utilVersion = "6.41.0" + suffix
val jacksonVersion = "2.8.4"

val sharedSettings = Seq(
Expand Down

0 comments on commit f0d2c75

Please sign in to comment.