Skip to content

Commit 8a7bf1c

Browse files
Stefan Lancejenkins
Stefan Lance
authored and
jenkins
committed
twitter-oss: Prepare OSS libraries for release 18.3.0
Summary: Problem We want to release the next versions of our Twitter OSS libraries 18.3.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. JIRA Issues: CSL-6115 TBR=true Differential Revision: https://phabricator.twitter.biz/D144231
1 parent 792fd68 commit 8a7bf1c

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

Diff for: CHANGES

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
Unreleased
66
----------
77

8+
18.3.0
9+
-------
10+
811
- scrooge-generator: Add support for mutually recursive structs. ``PHAB_ID=D134470``
912

1013
18.2.0

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Scrooge
22

3-
[![Build status](https://travis-ci.org/twitter/scrooge.svg?branch=develop)](https://travis-ci.org/twitter/scrooge)
3+
[![Build status](https://travis-ci.org/twitter/scrooge.svg?branch=master)](https://travis-ci.org/twitter/scrooge)
44
[![Codecov](https://codecov.io/gh/twitter/scrooge/branch/develop/graph/badge.svg)](https://codecov.io/gh/twitter/scrooge)
55
[![Project status](https://img.shields.io/badge/status-active-brightgreen.svg)](#status)
66
[![Gitter](https://badges.gitter.im/twitter/finagle.svg)](https://gitter.im/twitter/finagle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import scoverage.ScoverageKeys
55
// 'git checkout develop; sbt publishLocal' to publish SNAPSHOT versions of these projects.
66

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

1010
val libthriftVersion = "0.5.0-7"
1111

Diff for: demos/scrooge-maven-demo/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,27 @@
3333
<dependency>
3434
<groupId>com.twitter</groupId>
3535
<artifactId>util-core_2.12</artifactId>
36-
<version>18.3.0-SNAPSHOT</version>
36+
<version>18.3.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.twitter</groupId>
4040
<artifactId>util-codec_2.12</artifactId>
41-
<version>18.3.0-SNAPSHOT</version>
41+
<version>18.3.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.twitter</groupId>
4545
<artifactId>finagle-core_2.12</artifactId>
46-
<version>18.3.0-SNAPSHOT</version>
46+
<version>18.3.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.twitter</groupId>
5050
<artifactId>finagle-thrift_2.12</artifactId>
51-
<version>18.3.0-SNAPSHOT</version>
51+
<version>18.3.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.twitter</groupId>
5555
<artifactId>scrooge-core_2.12</artifactId>
56-
<version>18.3.0-SNAPSHOT</version>
56+
<version>18.3.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>junit</groupId>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>com.twitter</groupId>
134134
<artifactId>scrooge-maven-plugin</artifactId>
135-
<version>18.3.0-SNAPSHOT</version>
135+
<version>18.3.0</version>
136136
<configuration>
137137
<thriftNamespaceMappings>
138138
<thriftNamespaceMapping>

Diff for: scrooge-maven-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>scrooge-maven-plugin</artifactId>
66
<packaging>maven-plugin</packaging>
77
<name>scrooge-maven-plugin</name>
8-
<version>18.3.0-SNAPSHOT</version>
8+
<version>18.3.0</version>
99
<prerequisites>
1010
<maven>3.0.4</maven>
1111
</prerequisites>
@@ -247,7 +247,7 @@
247247
<dependency>
248248
<groupId>com.twitter</groupId>
249249
<artifactId>scrooge-generator_2.10</artifactId>
250-
<version>18.3.0-SNAPSHOT</version>
250+
<version>18.3.0</version>
251251
</dependency>
252252
<!-- Test Dependencies-->
253253
<dependency>

0 commit comments

Comments
 (0)