Skip to content

Commit

Permalink
Twitter-oss: Prepare OSS libraries for release
Browse files Browse the repository at this point in the history
Summary: Problem

We want to release version 17.10.0 of our Twitter OSS Libraries

Solution

Prepare libraries for their next releases.

JIRA Issues: CSL-5179

Differential Revision: https://phabricator.twitter.biz/D104520
  • Loading branch information
nepthar authored and jenkins committed Oct 26, 2017
1 parent 2645da6 commit a395d27
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
Unreleased
----------

17.10.0
-------

- From now on, release versions will be based on release date in the format of
YY.MM.x where x is a patch number. ``PHAB_ID=D101244``

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import scoverage.ScoverageKeys
// '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 = "0.0.0-SNAPSHOT"
val releaseVersion = "17.10.0"

val libthriftVersion = "0.5.0-7"

Expand Down
2 changes: 1 addition & 1 deletion demos/scrooge-maven-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
<plugin>
<groupId>com.twitter</groupId>
<artifactId>scrooge-maven-plugin</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>17.10.0</version>
<configuration>
<thriftNamespaceMappings>
<thriftNamespaceMapping>
Expand Down
4 changes: 2 additions & 2 deletions scrooge-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>scrooge-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>scrooge-maven-plugin</name>
<version>0.0.0-SNAPSHOT</version>
<version>17.10.0</version>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
Expand Down Expand Up @@ -247,7 +247,7 @@
<dependency>
<groupId>com.twitter</groupId>
<artifactId>scrooge-generator_2.10</artifactId>
<version>0.0.0-SNAPSHOT</version>
<version>17.10.0</version>
</dependency>
<!-- Test Dependencies-->
<dependency>
Expand Down

0 comments on commit a395d27

Please sign in to comment.