From 21085b472ac6939bd950481781c3d9ff3b314285 Mon Sep 17 00:00:00 2001 From: Ivan Porto Carrero Date: Thu, 22 Aug 2013 10:09:22 -0700 Subject: [PATCH] bump version --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 2f857d7ff84a..195b96e2b9ce 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ organization := "com.wordnik" name := "swagger-codegen" -version := "2.0.6" +version := "2.0.8" scalaVersion := "2.9.1" @@ -55,7 +55,7 @@ publishTo <<= (version) { version: String => Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") } -publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository"))) +//publishTo := Some(Resolver.file("file", new File(Path.userHome.absolutePath+"/.m2/repository"))) publishMavenStyle := true