Skip to content

Commit

Permalink
Go for v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecan committed Jun 20, 2014
1 parent a6b9160 commit 065ede9
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 @@ -115,7 +115,7 @@ object Build extends Build {
val buildOrganization = "com.github.play2war"
val defaultPlay2Version = "2.2.0"
val play2Version = Option(System.getProperty("play2.version")).filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
val defaultBuildVersion = "1.2-beta5-SNAPSHOT"
val defaultBuildVersion = "1.2"
val buildVersion = Option(System.getProperty("play2war.version")).filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
val buildScalaVersion = "2.10.3"
val buildScalaVersionForSbt = "2.10.3"
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("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("pla

//addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0")

addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.2-beta5-SNAPSHOT")
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.2")

0 comments on commit 065ede9

Please sign in to comment.