Skip to content

Commit 84fbb79

Browse files
cacocojenkins
authored and
jenkins
committed
Twitter-oss: Prepare OSS libraries for release 18.1.0
Summary: We want to release the next versions of our Twitter OSS libraries 18.10.0 - util - scrooge - finagle - twitter-server - finatra Solution Prepare libraries for their next releases. JIRA Issues: CSL-5786 Differential Revision: https://phabricator.twitter.biz/D128555
1 parent 08b25e3 commit 84fbb79

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

CHANGES

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

8+
18.1.0
9+
-------
10+
811
- scrooge-generator: Update `c.t.fingale.thrit.service.MethodPerEndpointBuilder`
912
to build `MethodPerEndpoint` types. Add new `ThriftServiceBuilder` for
1013
building the higher-kinded form from a `ServicePerEndpoint`. Users should

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.1.0-SNAPSHOT"
8+
val releaseVersion = "18.1.0"
99

1010
val libthriftVersion = "0.5.0-7"
1111

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.1.0-SNAPSHOT</version>
36+
<version>18.1.0</version>
3737
</dependency>
3838
<dependency>
3939
<groupId>com.twitter</groupId>
4040
<artifactId>util-codec_2.12</artifactId>
41-
<version>18.1.0-SNAPSHOT</version>
41+
<version>18.1.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.twitter</groupId>
4545
<artifactId>finagle-core_2.12</artifactId>
46-
<version>18.1.0-SNAPSHOT</version>
46+
<version>18.1.0</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>com.twitter</groupId>
5050
<artifactId>finagle-thrift_2.12</artifactId>
51-
<version>18.1.0-SNAPSHOT</version>
51+
<version>18.1.0</version>
5252
</dependency>
5353
<dependency>
5454
<groupId>com.twitter</groupId>
5555
<artifactId>scrooge-core_2.12</artifactId>
56-
<version>18.1.0-SNAPSHOT</version>
56+
<version>18.1.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.1.0-SNAPSHOT</version>
135+
<version>18.1.0</version>
136136
<configuration>
137137
<thriftNamespaceMappings>
138138
<thriftNamespaceMapping>

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.1.0-SNAPSHOT</version>
8+
<version>18.1.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.1.0-SNAPSHOT</version>
250+
<version>18.1.0</version>
251251
</dependency>
252252
<!-- Test Dependencies-->
253253
<dependency>

0 commit comments

Comments
 (0)