Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/0.8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Katya Gonina committed May 29, 2015
2 parents c28db7f + a773d46 commit 34611dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Summingbird #

## 0.8.0
* bumping Scalding to 0.15.0, algebird to 0.10.1

## 0.7.0
* Registering summingbird counters with tormenta spouts #553
* Add counters to default summers #571
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Please feel free to use the beautiful [Summingbird logo](https://drive.google.co

## Maven

Summingbird modules are published on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.7.0`.
Summingbird modules are published on maven central. The current groupid and version for all modules is, respectively, `"com.twitter"` and `0.8.0`.

Current published artifacts are

Expand Down
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ object SummingbirdBuild extends Build {

val scalaCheckVersion = "1.12.2"
val hadoopVersion = "1.2.1"
val algebirdVersion = "0.10.0"
val algebirdVersion = "0.10.1"
val bijectionVersion = "0.8.0"
val chillVersion = "0.6.0"
val slf4jVersion = "1.6.6"
val parquetVersion = "1.6.0rc4"

val dfsDatastoresVersion = "1.3.6"
val scaldingVersion = "0.14.0"
val scaldingVersion = "0.15.0"
val storehausVersion = "0.11.0"
val utilVersion = "6.3.8"

Expand All @@ -48,7 +48,7 @@ object SummingbirdBuild extends Build {

val sharedSettings = extraSettings ++ Seq(
organization := "com.twitter",
version := "0.7.0",
version := "0.8.0",
scalaVersion := "2.10.5",
crossScalaVersions := Seq("2.10.5"),
// To support hadoop 1.x
Expand Down Expand Up @@ -181,7 +181,7 @@ object SummingbirdBuild extends Build {
def youngestForwardCompatible(subProj: String) =
Some(subProj)
.filterNot(unreleasedModules.contains(_))
.map { s => "com.twitter" % ("summingbird-" + s + "_2.10") % "0.7.0" }
.map { s => "com.twitter" % ("summingbird-" + s + "_2.10") % "0.8.0" }

def module(name: String) = {
val id = "summingbird-%s".format(name)
Expand Down

0 comments on commit 34611dd

Please sign in to comment.