Skip to content

Commit 402c795

Browse files
jyanJingjenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 19.10.0
Problem We want to release the next versions of our Twitter OSS libraries 19.10.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. JIRA Issues: CSL-8918 Differential Revision: https://phabricator.twitter.biz/D381391
1 parent 83d3ed6 commit 402c795

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Note that ``RB_ID=#`` and ``PHAB_ID=#`` correspond to associated message in comm
77
Unreleased
88
----------
99

10+
19.10.0
11+
-------
12+
1013
Changed
1114
~~~~~~~
1215

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Finatra
22

3-
[![Build Status](https://secure.travis-ci.org/twitter/finatra.png?branch=develop)](https://travis-ci.org/twitter/finatra?branch=develop)
4-
[![Test Coverage](https://codecov.io/github/twitter/finatra/coverage.svg?branch=develop)](https://codecov.io/github/twitter/finatra?branch=develop)
3+
[![Build Status](https://secure.travis-ci.org/twitter/finatra.png?branch=master)](https://travis-ci.org/twitter/finatra?branch=master)
4+
[![Test Coverage](https://codecov.io/github/twitter/finatra/coverage.svg?branch=master)](https://codecov.io/github/twitter/finatra?branch=master)
55
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
66
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/finatra-http_2.12/badge.svg)][maven-central]
77
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/twitter/finatra)

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import scoverage.ScoverageKeys
44
concurrentRestrictions in Global += Tags.limit(Tags.Test, 1)
55

66
// All Twitter library releases are date versioned as YY.MM.patch
7-
val releaseVersion = "19.10.0-SNAPSHOT"
7+
val releaseVersion = "19.10.0"
88

99
lazy val buildSettings = Seq(
1010
version := releaseVersion,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolvers ++= Seq(
33
Resolver.sonatypeRepo("snapshots")
44
)
55

6-
val releaseVersion = "19.10.0-SNAPSHOT"
6+
val releaseVersion = "19.10.0"
77

88
addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)
99

0 commit comments

Comments
 (0)