From 768e8f2feb3540c71698d8efdd42f83e59733f72 Mon Sep 17 00:00:00 2001 From: Frank Rosner Date: Sun, 25 Sep 2016 11:04:19 +0200 Subject: [PATCH] #69 remove snapshot from version --- build.sbt | 3 +-- .../broccoli-only/api-v1-about/expected/response-data | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index b1967a451..7eaf3f07c 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "Cluster Broccoli" -version := "0.4.0-SNAPSHOT" +version := "0.4.0" lazy val root = project.in(file(".")).enablePlugins(PlayScala, BuildInfoPlugin). settings( @@ -15,4 +15,3 @@ libraryDependencies += specs2 % Test resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases" routesGenerator := InjectedRoutesGenerator - diff --git a/http-api-tests/broccoli-only/api-v1-about/expected/response-data b/http-api-tests/broccoli-only/api-v1-about/expected/response-data index 37e2dbc5e..c73509cc9 100644 --- a/http-api-tests/broccoli-only/api-v1-about/expected/response-data +++ b/http-api-tests/broccoli-only/api-v1-about/expected/response-data @@ -1,7 +1,7 @@ { "project": { "name": "Cluster Broccoli", - "version": "0.4.0-SNAPSHOT" + "version": "0.4.0" }, "scala": { "version": "2.10.6"