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

Commit

Permalink
0.1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ritchie committed Sep 19, 2013
1 parent 23ee185 commit d2ec59f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
14 changes: 12 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# summingbird #

## 0.1.4

* Fix Storm Tests: https://github.com/twitter/summingbird/pull/227
* Custom --name flag for job name in builder api: https://github.com/twitter/summingbird/pull/226
* Remove SINK_ID reference from SourceBuilder: https://github.com/twitter/summingbird/pull/225
* Add Dot Graph Generation from SB Producer: https://github.com/twitter/summingbird/pull/223
* Push filters down to storm spout: https://github.com/twitter/summingbird/pull/224
* Revert StoreIntermediate to old approach: https://github.com/twitter/summingbird/pull/219
* Add in old SummingJoin: https://github.com/twitter/summingbird/pull/218

## 0.1.3

Fix bug in storm planner's forking: https://github.com/twitter/summingbird/pull/217
Don't send empty multiGets to online service: https://github.com/twitter/summingbird/pull/209
* Fix bug in storm planner's forking: https://github.com/twitter/summingbird/pull/217
* Don't send empty multiGets to online service: https://github.com/twitter/summingbird/pull/209

## 0.1.2

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Follow [@summingbird](https://twitter.com/summingbird) on Twitter for updates.

## Maven

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

Current published artifacts are

Expand Down
5 changes: 3 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object SummingbirdBuild extends Build {

val sharedSettings = Project.defaultSettings ++ releaseSettings ++ Seq(
organization := "com.twitter",
version := "0.1.3",
version := "0.1.4",
scalaVersion := "2.9.3",
crossScalaVersions := Seq("2.9.3", "2.10.0"),
libraryDependencies ++= Seq(
Expand Down Expand Up @@ -52,7 +52,8 @@ object SummingbirdBuild extends Build {
if (v.trim.toUpperCase.endsWith("SNAPSHOT"))
Opts.resolver.sonatypeSnapshots
else
Opts.resolver.sonatypeStaging
"fuck" at "http://artifactory.local.twitter.com/libs-releases-local"
// Opts.resolver.sonatypeStaging
)
},

Expand Down

0 comments on commit d2ec59f

Please sign in to comment.