Skip to content

Commit

Permalink
Go for 1.2-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecan committed Jan 30, 2014
1 parent 7510a3a commit 7e0759e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Current versions:
Play 2.0 -> 2.0.4 : 0.8.1
Play 2.0.5+ : 0.8.2
Play 2.1 -> 2.1.3 : 1.0.1
Play 2.1 -> 2.1.3 : 1.0.2
Play 2.1.4+ : 1.1.1
Play 2.2.x : 1.2-beta2
Play 2.2.x : 1.2-beta4

Project-status: STABLE

Expand Down
2 changes: 1 addition & 1 deletion project-code/project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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-beta3-SNAPSHOT"
val defaultBuildVersion = "1.2-beta4"
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-beta3-SNAPSHOT")
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.2-beta4")

0 comments on commit 7e0759e

Please sign in to comment.