Skip to content

Commit 6201af2

Browse files
committed
Go for 1.2-beta2
1 parent 5df2553 commit 6201af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project-code/project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ object Build extends Build {
104104
val buildOrganization = "com.github.play2war"
105105
val defaultPlay2Version = "2.2.0"
106106
val play2Version = Option(System.getProperty("play2.version")).filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
107-
val defaultBuildVersion = "1.2-beta2-SNAPSHOT"
107+
val defaultBuildVersion = "1.2-beta2"
108108
val buildVersion = Option(System.getProperty("play2war.version")).filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
109109
val buildScalaVersion = "2.10.3"
110110
val buildScalaVersionForSbt = "2.10.3"

sample/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("pla
1414

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

17-
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.2-beta2-SNAPSHOT")
17+
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.2-beta2")

0 commit comments

Comments
 (0)