From f67006057e0080e3820560c7a8b01629d4e8882c Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Thu, 1 May 2014 20:14:41 -0700 Subject: [PATCH] updated version --- build.sbt | 6 +++--- project/plugins.sbt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index c07ec010847..0c2599edde7 100644 --- a/build.sbt +++ b/build.sbt @@ -5,9 +5,9 @@ organization := "com.wordnik" name := "swagger-codegen" -version := "2.0.13" +version := "2.0.14" -scalaVersion := "2.10.1" +scalaVersion := "2.10.0" crossVersion := CrossVersion.full @@ -65,7 +65,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"))) artifact in (Compile, assembly) ~= { art => art.copy(`classifier` = Some("assembly")) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4409dd0a68c..653d01424af 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,3 @@ +addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.9.1")