Skip to content

Commit

Permalink
Go for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecan committed Sep 16, 2013
1 parent a63027b commit 66fdbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project-code/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Build extends Build {
val buildOrganization = "com.github.play2war"
val defaultPlay2Version = "2.1.1"
val play2Version = Option(System.getProperty("play2.version")).filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
val defaultBuildVersion = "1.0.1-SNAPSHOT"
val defaultBuildVersion = "1.0.1"
val buildVersion = Option(System.getProperty("play2war.version")).filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
val buildScalaVersion = "2.10.0"
val buildScalaVersionForSbt = "2.9.2"
Expand Down
2 changes: 1 addition & 1 deletion sample/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.1-SNAPSHOT")
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.0.1")

0 comments on commit 66fdbc4

Please sign in to comment.