Skip to content

Commit

Permalink
Twitter-oss: Prepare OSS libraries for release 18.1.0
Browse files Browse the repository at this point in the history
Summary: We want to release the next versions of our Twitter OSS libraries 18.10.0
 - util
 - scrooge
 - finagle
 - twitter-server
 - finatra

Solution

Prepare libraries for their next releases.

JIRA Issues: CSL-5786

Differential Revision: https://phabricator.twitter.biz/D128555
  • Loading branch information
cacoco authored and jenkins committed Jan 17, 2018
1 parent 32d8cc8 commit bb666db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com

Unreleased

18.1.0 2018-01-17

New Features:

* util-security: Added `c.t.util.security.X509CrlFile` for reading
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for more details about how to contribute.
An example SBT dependency string for the `util-collection` tools would look like this:

```scala
val collUtils = "com.twitter" %% "util-collection" % "17.12.0"
val collUtils = "com.twitter" %% "util-collection" % "18.1.0"
```

# Units
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import scoverage.ScoverageKeys

// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "18.1.0-SNAPSHOT"
val releaseVersion = "18.1.0"

val zkVersion = "3.5.0-alpha"
val zkClientVersion = "0.0.81"
Expand Down

0 comments on commit bb666db

Please sign in to comment.