Skip to content

Commit

Permalink
Scala Hadoop Enrich: bumped Scala Common Enrich to 0.20.1 (closes #2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjabear authored and alexanderdean committed Jan 22, 2016
1 parent f61aa6c commit 15e3357
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 3-enrich/scala-common-enrich/project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object BuildSettings {
// Basic settings for our app
lazy val basicSettings = Seq[Setting[_]](
organization := "com.snowplowanalytics",
version := "0.20.0",
version := "0.20.1",
description := "Common functionality for enriching raw Snowplow events",
scalaVersion := "2.10.1",
scalacOptions := Seq("-deprecation", "-encoding", "utf8",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class EtlVersionSpec extends MutSpecification {

"The ETL version" should {
"be successfully returned" in {
MiscEnrichments.etlVersion("hadoop-x.x.x") must_== "hadoop-x.x.x-common-0.20.0"
MiscEnrichments.etlVersion("hadoop-x.x.x") must_== "hadoop-x.x.x-common-0.20.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion 3-enrich/scala-hadoop-enrich/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
// Scala
val scalding = "0.11.2"
val scalaz7 = "7.0.0"
val commonEnrich = "0.20.0"
val commonEnrich = "0.20.1"
val igluClient = "0.3.1"
// Scala (test only)
val specs2 = "1.14"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object JobSpecHelpers {
/**
* The current version of our Hadoop ETL
*/
val EtlVersion = "hadoop-1.5.0-common-0.20.0"
val EtlVersion = "hadoop-1.5.0-common-0.20.1"

val EtlTimestamp = "2001-09-09 01:46:40.000"

Expand Down

0 comments on commit 15e3357

Please sign in to comment.