diff --git a/project-code/project/Build.scala b/project-code/project/Build.scala index 4c8f1e6..f478d0a 100644 --- a/project-code/project/Build.scala +++ b/project-code/project/Build.scala @@ -102,7 +102,7 @@ object Build extends Build { val buildOrganization = "com.github.play2war" val defaultPlay2Version = "2.1.4" val play2Version = Option(System.getProperty("play2.version")).filterNot(_.isEmpty).getOrElse(defaultPlay2Version) - val defaultBuildVersion = "1.1-SNAPSHOT" + val defaultBuildVersion = "1.1" val buildVersion = Option(System.getProperty("play2war.version")).filterNot(_.isEmpty).getOrElse(defaultBuildVersion) val buildScalaVersion = "2.10.0" val buildScalaVersionForSbt = "2.9.2" diff --git a/sample/project/plugins.sbt b/sample/project/plugins.sbt index af63386..3d3148c 100644 --- a/sample/project/plugins.sbt +++ b/sample/project/plugins.sbt @@ -14,4 +14,4 @@ addSbtPlugin("play" % "sbt-plugin" % Option(System.getProperty("play.version")). //addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0") -addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.1-SNAPSHOT") +addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.1")