Skip to content

Commit

Permalink
Bump versions - util/ostrich/finagle/scrooge/twitter-server
Browse files Browse the repository at this point in the history
Prepare libraries for release.

RB_ID=809587
  • Loading branch information
cacoco authored and jenkins committed Mar 10, 2016
1 parent 823c3ed commit 44f444f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Note that ``RB_ID=#`` correspond to associated messages in commits.
6.x
-----

6.34.0
------

Runtime Behavior Changes
~~~~~~~~~~~~~~~~~~~~~~~~
* finagle-core: GenSerialClientDispatcher fails pending and subsequent requests when
Expand Down
2 changes: 1 addition & 1 deletion doc/src/sphinx/code/client-server-anatomy/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version := "1.0"
scalaVersion := "2.11.7"

libraryDependencies ++= Seq(
"com.twitter" %% "finagle-core" % "6.33.0"
"com.twitter" %% "finagle-core" % "6.34.0"
)
2 changes: 1 addition & 1 deletion doc/src/sphinx/code/protocols/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ version := "1.0"
scalaVersion := "2.11.7"

libraryDependencies ++= Seq(
"com.twitter" %% "finagle-mysql" % "6.33.0"
"com.twitter" %% "finagle-mysql" % "6.34.0"
)
2 changes: 1 addition & 1 deletion doc/src/sphinx/code/quickstart/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version := "1.0"

scalaVersion := "2.11.7"

libraryDependencies += "com.twitter" %% "finagle-http" % "6.33.0"
libraryDependencies += "com.twitter" %% "finagle-http" % "6.34.0"
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ object Finagle extends Build {
val branch = Process("git" :: "rev-parse" :: "--abbrev-ref" :: "HEAD" :: Nil).!!.trim
val suffix = if (branch == "master") "" else "-SNAPSHOT"

val libVersion = "6.33.0" + suffix
val utilVersion = "6.32.0" + suffix
val ostrichVersion = "9.16.0" + suffix
val scroogeVersion = "4.5.0" + suffix
val libVersion = "6.34.0" + suffix
val utilVersion = "6.33.0" + suffix
val ostrichVersion = "9.17.0" + suffix
val scroogeVersion = "4.6.0" + suffix

val libthriftVersion = "0.5.0-1"
val netty4Version = "4.1.0.CR1"
Expand Down

0 comments on commit 44f444f

Please sign in to comment.