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 libraries for next release
Browse files Browse the repository at this point in the history
Problem

We're releasing the next versions of the Twitter OSS libraries:
util - 6.34.0
ostrich - 9.18.0
scrooge - 4.7.0
finagle - 6.35.0
twitter-server - 1.20.0
finatra - 2.1.6

Solution

Update to the release version.

RB_ID=826660
  • Loading branch information
cacoco authored and jenkins committed Apr 27, 2016
1 parent 0a3c719 commit 602830e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,3 +1,7 @@
9.18.0
-----
release: 26 April 2016

- Register Ostrich as a Library in the /admin/registry.json. ``RB_ID=825129``

9.17.0
Expand Down
4 changes: 2 additions & 2 deletions project/Build.scala
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.17.0" + suffix
val utilVersion = "6.33.0" + suffix
val libVersion = "9.18.0" + suffix
val utilVersion = "6.34.0" + suffix

val sharedSettings = Seq(
name := "ostrich",
Expand Down

0 comments on commit 602830e

Please sign in to comment.