Skip to content

Commit 5ca6c0c

Browse files
ctutikajenkins
authored andcommitted
Twitter-oss: update OSS libraries post-release to 24.8.0-SNAPSHOT
Problem We want to update to the next SNAPSHOT version of our Twitter OSS libraries 24.8.0-SNAPSHOT - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next SNAPSHOT version. Differential Revision: https://phabricator.twitter.biz/D1141538
1 parent f0c7ab6 commit 5ca6c0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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=release)](https://github.com/twitter/finatra/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
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)
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 = "24.5.0"
8+
val releaseVersion = "24.8.0-SNAPSHOT"
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 = "24.5.0"
6+
val releaseVersion = "24.8.0-SNAPSHOT"
77

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

0 commit comments

Comments
 (0)