Merge branch 'master' of github.com:wordnik/swagger-codegen

This commit is contained in:
Tony Tam
2013-08-22 13:18:13 -07:00

View File

@@ -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