Skip to content

Commit 6d90dfc

Browse files
mattdickinson5jenkins
authored andcommitted
Twitter-oss: Prepare OSS libraries for release 22.12.0
Problem We want to release the next versions of our Twitter OSS libraries 22.12.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. Differential Revision: https://phabricator.twitter.biz/D1026958
1 parent 7df56d3 commit 6d90dfc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
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.12.0
11+
-------
12+
1013
Changed
1114
~~~~~~~
1215

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)
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)
44
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/finatra-http-server_2.12/badge.svg)][maven-central]
66
[![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
@@ -5,7 +5,7 @@ Global / excludeLintKeys += scalacOptions
55
Global / concurrentRestrictions += Tags.limit(Tags.Test, 1)
66

77
// All Twitter library releases are date versioned as YY.MM.patch
8-
val releaseVersion = "22.10.0-SNAPSHOT"
8+
val releaseVersion = "22.12.0"
99

1010
lazy val buildSettings = Seq(
1111
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.10.0-SNAPSHOT"
6+
val releaseVersion = "22.12.0"
77

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

0 commit comments

Comments
 (0)