Skip to content

Commit 4d10525

Browse files
vkostyukovjenkins
authored and
jenkins
committed
Revert "Twitter-oss: update OSS libraries post-release to 22.10.0-SNAPSHOT"
This reverts commit 7915f823ec292ddd448489b79935691dcad756bf. Differential Revision: https://phabricator.twitter.biz/D943947
1 parent abbe0a5 commit 4d10525

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Finagle
77

8-
[![Build Status](https://github.com/twitter/finagle/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/finagle/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
8+
[![Build Status](https://github.com/twitter/finagle/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/finagle/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
99
[![Codecov](https://codecov.io/gh/twitter/finagle/branch/develop/graph/badge.svg)](https://codecov.io/gh/twitter/finagle)
1010
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
1111
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
55
Global / excludeLintKeys += scalacOptions
66

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

1010
val libthriftVersion = "0.10.0"
1111

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resolvers += Classpaths.sbtPluginReleases
22
resolvers += Resolver.sonatypeRepo("snapshots")
33

4-
val releaseVersion = "22.10.0-SNAPSHOT"
4+
val releaseVersion = "22.7.0"
55

66
addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % releaseVersion)
77

0 commit comments

Comments
 (0)