From 64ee8368e82c991c9a4c226932b3deb596a98bc8 Mon Sep 17 00:00:00 2001 From: Vladimir Kostyukov Date: Sun, 7 Jun 2015 20:26:23 -0700 Subject: [PATCH] Bump 0.7.0 --- README.md | 4 ++-- argonaut/README.md | 2 +- auth/README.md | 2 +- build.sbt | 7 ++++++- core/README.md | 2 +- jackson/README.md | 2 +- jawn/README.md | 2 +- json/README.md | 2 +- json4s/README.md | 2 +- 9 files changed, 15 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 15ec38af6..c45122995 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Every Finch module is published at Maven Central. Use the following _sbt_ snippe ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "[finch-module]" % "0.6.0" + "com.github.finagle" %% "[finch-module]" % "0.7.0" ) ``` @@ -46,7 +46,7 @@ libraryDependencies ++= Seq( resolvers += Resolver.sonatypeRepo("snapshots") libraryDependencies ++= Seq( - "com.github.finagle" %% "[finch-module]" % "0.7.0-SNAPSHOT" changing() + "com.github.finagle" %% "[finch-module]" % "0.8.0-SNAPSHOT" changing() ) ``` diff --git a/argonaut/README.md b/argonaut/README.md index 2d93d1ca1..5a5c3c674 100644 --- a/argonaut/README.md +++ b/argonaut/README.md @@ -6,7 +6,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-argonaut" % "0.6.0" + "com.github.finagle" %% "finch-argonaut" % "0.7.0" ) ``` diff --git a/auth/README.md b/auth/README.md index aa11e0cbb..f8ea96355 100644 --- a/auth/README.md +++ b/auth/README.md @@ -6,7 +6,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-auth" % "0.6.0" + "com.github.finagle" %% "finch-auth" % "0.7.0" ) ``` diff --git a/build.sbt b/build.sbt index 881778a8b..e69f93db1 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import scoverage.ScoverageSbtPlugin.ScoverageKeys.coverageExcludedPackages lazy val buildSettings = Seq( organization := "com.github.finagle", - version := "0.7.0-SNAPSHOT", + version := "0.7.0", scalaVersion := "2.11.6", crossScalaVersions := Seq("2.10.5", "2.11.6") ) @@ -73,6 +73,11 @@ lazy val publishSettings = Seq( Vladimir Kostyukov http://vkostyukov.ru + + travisbrown + Travis Brown + https://meta.plasm.us/ + ) diff --git a/core/README.md b/core/README.md index 10b136ea5..af934f8f3 100644 --- a/core/README.md +++ b/core/README.md @@ -7,7 +7,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-core" % "0.6.0" + "com.github.finagle" %% "finch-core" % "0.7.0" ) ``` diff --git a/jackson/README.md b/jackson/README.md index 63008ec77..993e15e1e 100644 --- a/jackson/README.md +++ b/jackson/README.md @@ -6,7 +6,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-jackson" % "0.6.0" + "com.github.finagle" %% "finch-jackson" % "0.7.0" ) ``` diff --git a/jawn/README.md b/jawn/README.md index 32cbe951e..22c190014 100644 --- a/jawn/README.md +++ b/jawn/README.md @@ -6,7 +6,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-jawn" % "0.6.0" + "com.github.finagle" %% "finch-jawn" % "0.7.0" ) ``` diff --git a/json/README.md b/json/README.md index 9fdf63bd2..7b6bd6e3f 100644 --- a/json/README.md +++ b/json/README.md @@ -8,7 +8,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-json" % "0.6.0" + "com.github.finagle" %% "finch-json" % "0.7.0" ) ``` diff --git a/json4s/README.md b/json4s/README.md index 1557ee8da..7e8b157c1 100644 --- a/json4s/README.md +++ b/json4s/README.md @@ -6,7 +6,7 @@ Use the following _sbt_ snippet: ```scala libraryDependencies ++= Seq( - "com.github.finagle" %% "finch-json4s" % "0.6.0" + "com.github.finagle" %% "finch-json4s" % "0.7.0" ) ```