Skip to content

Commit

Permalink
[Twitter-oss] bump release version
Browse files Browse the repository at this point in the history
[Twitter-oss] bump release version

Differential Revision: https://phabricator.twitter.biz/D1100185
  • Loading branch information
mattdickinson5 authored and jenkins committed Sep 22, 2023
1 parent 64548b6 commit fe8a81d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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 = "23.3.0-SNAPSHOT"
val releaseVersion = "23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-thrift_2.12</artifactId>
<version>23.3.0-SNAPSHOT</version>
<version>23.9.0-SNAPSHOT</version>
</dependency>
<!--#dependencies-->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-core_2.12</artifactId>
<version>23.3.0-SNAPSHOT</version>
<version>23.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>util-codec_2.12</artifactId>
<version>23.3.0-SNAPSHOT</version>
<version>23.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finagle-core_2.12</artifactId>
<version>23.3.0-SNAPSHOT</version>
<version>23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.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>23.3.0-SNAPSHOT</version>
<version>23.9.0-SNAPSHOT</version>
<configuration>
<classifier>idl</classifier>
<project implementation="com.twitter.stubs.ProjectIdlDependenciesStub">
Expand Down

0 comments on commit fe8a81d

Please sign in to comment.