Skip to content

Commit 39b5a65

Browse files
mosesnjenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 22.2.0
Problem We want to release the next versions of our Twitter OSS libraries 22.2.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. JIRA Issues: CSL-11693 Differential Revision: https://phabricator.twitter.biz/D840164
1 parent acff224 commit 39b5a65

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

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+
22.2.0
11+
------
12+
1013
* inject-modules: Deprecate `c.t.inject.modules.LoggerModule`. Update `c.t.inject.app.App` to
1114
mix in the `util/util-slf4j-jul-bridge` `Slf4jBridge` trait. The `LoggerModule` does
1215
not provide a solution inline with the best practices for bridging JUL to the SLF4J-API

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://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
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://github.com/twitter/finatra/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
4+
[![Test Coverage](https://codecov.io/github/twitter/finatra/coverage.svg?branch=release)](https://codecov.io/github/twitter/finatra?branch=release)
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-server_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
@@ -6,7 +6,7 @@ Global / excludeLintKeys += scalacOptions
66
Global / concurrentRestrictions += Tags.limit(Tags.Test, 1)
77

88
// All Twitter library releases are date versioned as YY.MM.patch
9-
val releaseVersion = "22.2.0-SNAPSHOT"
9+
val releaseVersion = "22.2.0"
1010

1111
lazy val buildSettings = Seq(
1212
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 = "22.2.0-SNAPSHOT"
6+
val releaseVersion = "22.2.0"
77

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

0 commit comments

Comments
 (0)