Skip to content

Commit 2bb5fe7

Browse files
vkostyukovjenkins
authored and
jenkins
committed
Revert "Twitter-oss: update OSS libraries post-release to 22.10.0-SNAPSHOT"
This reverts commit 7915f823ec292ddd448489b79935691dcad756bf. Differential Revision: https://phabricator.twitter.biz/D943947
1 parent 33915ca commit 2bb5fe7

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

README.md

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

3-
[![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)
3+
[![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)
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)

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Global / excludeLintKeys += scalacOptions
99
// 'git checkout develop; sbt publishLocal' to publish SNAPSHOT versions of these projects.
1010

1111
// All Twitter library releases are date versioned as YY.MM.patch
12-
val releaseVersion = "22.10.0-SNAPSHOT"
12+
val releaseVersion = "22.7.0"
1313

1414
lazy val versions = new {
1515
val slf4j = "1.7.30"

demos/scrooge-maven-demo/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,28 +24,28 @@
2424
<dependency>
2525
<groupId>com.twitter</groupId>
2626
<artifactId>scrooge-core_2.12</artifactId>
27-
<version>22.10.0-SNAPSHOT</version>
27+
<version>22.7.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.twitter</groupId>
3131
<artifactId>finagle-thrift_2.12</artifactId>
32-
<version>22.10.0-SNAPSHOT</version>
32+
<version>22.7.0</version>
3333
</dependency>
3434
<!--#dependencies-->
3535
<dependency>
3636
<groupId>com.twitter</groupId>
3737
<artifactId>util-core_2.12</artifactId>
38-
<version>22.10.0-SNAPSHOT</version>
38+
<version>22.7.0</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.twitter</groupId>
4242
<artifactId>util-codec_2.12</artifactId>
43-
<version>22.10.0-SNAPSHOT</version>
43+
<version>22.7.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.twitter</groupId>
4747
<artifactId>finagle-core_2.12</artifactId>
48-
<version>22.10.0-SNAPSHOT</version>
48+
<version>22.7.0</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>junit</groupId>
@@ -129,7 +129,7 @@
129129
<plugin>
130130
<groupId>com.twitter</groupId>
131131
<artifactId>scrooge-maven-plugin</artifactId>
132-
<version>22.10.0-SNAPSHOT</version>
132+
<version>22.7.0</version>
133133
<configuration>
134134
<thriftNamespaceMappings>
135135
<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>22.10.0-SNAPSHOT</version>
8+
<version>22.7.0</version>
99
<prerequisites>
1010
<maven>3.0.4</maven>
1111
</prerequisites>
@@ -316,7 +316,7 @@
316316
<dependency>
317317
<groupId>com.twitter</groupId>
318318
<artifactId>scrooge-generator_2.10</artifactId>
319-
<version>22.10.0-SNAPSHOT</version>
319+
<version>22.7.0</version>
320320
</dependency>
321321
<!-- Test Dependencies-->
322322
<dependency>

scrooge-maven-plugin/src/test/resources/unit/project-idl-deps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<plugin>
1111
<groupId>com.twitter</groupId>
1212
<artifactId>scrooge-maven-plugin</artifactId>
13-
<version>22.10.0-SNAPSHOT</version>
13+
<version>22.7.0</version>
1414
<configuration>
1515
<classifier>idl</classifier>
1616
<project implementation="com.twitter.stubs.ProjectIdlDependenciesStub">

scrooge-maven-plugin/src/test/resources/unit/scrooge-maven-plugin-test/plugin-config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<plugin>
1111
<groupId>com.twitter</groupId>
1212
<artifactId>scrooge-maven-plugin</artifactId>
13-
<version>22.10.0-SNAPSHOT</version>
13+
<version>22.7.0</version>
1414
<configuration>
1515
<localRepository>${localRepository}</localRepository>
1616
<thriftOpts>

scrooge-maven-plugin/src/test/resources/unit/unresolved-idl/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<plugin>
1111
<groupId>com.twitter</groupId>
1212
<artifactId>scrooge-maven-plugin</artifactId>
13-
<version>22.10.0-SNAPSHOT</version>
13+
<version>22.7.0</version>
1414
<configuration>
1515
<classifier>idl</classifier>
1616
<project implementation="com.twitter.stubs.ProjectIdlDependenciesStub">

0 commit comments

Comments
 (0)