updated version

This commit is contained in:
Tony Tam 2014-06-09 16:34:42 -07:00
parent a18784da6c
commit 1250cc758f

View File

@ -7,7 +7,7 @@ name := "swagger-codegen"
version := "2.0.17-SNAPSHOT" version := "2.0.17-SNAPSHOT"
scalaVersion := "2.10.1" scalaVersion := "2.10.0"
crossVersion := CrossVersion.full crossVersion := CrossVersion.full
@ -66,7 +66,7 @@ publishTo <<= (version) { version: String =>
Some("Sonatype Nexus Releases" at "https://oss.sonatype.org/service/local/staging/deploy/maven2") 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")))
artifact in (Compile, assembly) ~= { art => artifact in (Compile, assembly) ~= { art =>
art.copy(`classifier` = Some("assembly")) art.copy(`classifier` = Some("assembly"))