Skip to content

Commit

Permalink
Twitter-oss: update OSS libraries post-release to 24.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ctutika authored and jenkins committed May 7, 2024
1 parent 4624c70 commit 11afc13
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Scrooge

[![Build Status](https://github.com/twitter/scrooge/workflows/continuous%20integration/badge.svg?branch=release)](https://github.com/twitter/scrooge/actions?query=workflow%3A%22continuous+integration%22+branch%3Arelease)
[![Build Status](https://github.com/twitter/scrooge/workflows/continuous%20integration/badge.svg?branch=develop)](https://github.com/twitter/scrooge/actions?query=workflow%3A%22continuous+integration%22+branch%3Adevelop)
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.twitter/scrooge-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.twitter/scrooge-core_2.12)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -8,7 +8,7 @@ Global / excludeLintKeys += scalacOptions
// 'git checkout develop; sbt publishLocal' to publish SNAPSHOT versions of these projects.

// All Twitter library releases are date versioned as YY.MM.patch
val releaseVersion = "24.5.0"
val releaseVersion = "24.8.0-SNAPSHOT"

lazy val versions = new {
val slf4j = "1.7.30"
Expand Down
12 changes: 6 additions & 6 deletions demos/scrooge-maven-demo/pom.xml
Expand Up @@ -24,28 +24,28 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-core_2.12</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift_2.12</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
</dependency>
<!--#dependencies-->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core_2.12</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec_2.12</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core_2.12</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -129,7 +129,7 @@
<plugin>
<groupId>com.twitter</groupId>
<artifactId>scrooge-maven-plugin</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
<configuration>
<thriftNamespaceMappings>
<thriftNamespaceMapping>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<artifactId>scrooge-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>scrooge-maven-plugin</name>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
Expand Down Expand Up @@ -316,7 +316,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-generator_2.10</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
</dependency>
<!-- Test Dependencies-->
<dependency>
Expand Down
Expand Up @@ -10,7 +10,7 @@
<plugin>
<groupId>com.twitter</groupId>
<artifactId>scrooge-maven-plugin</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
<configuration>
<classifier>idl</classifier>
<project implementation="com.twitter.stubs.ProjectIdlDependenciesStub">
Expand Down
Expand Up @@ -10,7 +10,7 @@
<plugin>
<groupId>com.twitter</groupId>
<artifactId>scrooge-maven-plugin</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
<configuration>
<localRepository>${localRepository}</localRepository>
<thriftOpts>
Expand Down
Expand Up @@ -10,7 +10,7 @@
<plugin>
<groupId>com.twitter</groupId>
<artifactId>scrooge-maven-plugin</artifactId>
<version>24.5.0</version>
<version>24.8.0-SNAPSHOT</version>
<configuration>
<classifier>idl</classifier>
<project implementation="com.twitter.stubs.ProjectIdlDependenciesStub">
Expand Down

0 comments on commit 11afc13

Please sign in to comment.