Skip to content

Commit 3af4bdd

Browse files
ctutikajenkins
authored and
jenkins
committed
Revert "Twitter-oss: Prepare OSS libraries for release 24.2.0"
This reverts commit 996858fd593b43d101d3c546d5a9968dc5408855. There were issues with the release. Will be retrying it Differential Revision: https://phabricator.twitter.biz/D1141484
1 parent ee95c70 commit 3af4bdd

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

CHANGELOG.rst

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ Note that ``PHAB_ID=#`` and ``RB_ID=#`` correspond to associated messages in com
77
Unreleased
88
----------
99

10-
24.2.0
11-
------
12-
1310
Runtime Behavior Changes
1411
~~~~~~~~~~~~~~~~~~~~~~~~
1512

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Twitter Util
22

3-
[![Build Status](https://github.com/twitter/util/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/util/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
3+
[![Build Status](https://github.com/twitter/util/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/util/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
44
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
55
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
66
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/util-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.twitter/util-core_2.12)
@@ -39,7 +39,7 @@ for more details about how to contribute.
3939
An example SBT dependency string for the `util-core` library would look like this:
4040

4141
```scala
42-
val utilCore = "com.twitter" %% "util-core" % "24.2.0"
42+
val utilCore = "com.twitter" %% "util-core" % "23.11.0"
4343
```
4444

4545
# Units

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
22
Global / excludeLintKeys += scalacOptions // might be actually unused in util-doc module but not sure
33

44
// All Twitter library releases are date versioned as YY.MM.patch
5-
val releaseVersion = "24.2.0"
5+
val releaseVersion = "24.2.0-SNAPSHOT"
66

77
val slf4jVersion = "1.7.30"
88
val jacksonVersion = "2.14.3"

0 commit comments

Comments
 (0)