Skip to content

Commit 25d216f

Browse files
committed
Prepare for 1.4-beta1
1 parent 3655aa1 commit 25d216f

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
@@ -110,7 +110,7 @@ object Build extends Build {
110110
val buildOrganization = "com.github.play2war"
111111
val defaultPlay2Version = "2.4.0"
112112
val play2Version = sys.props.get("play2.version").filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
113-
val defaultBuildVersion = "1.4-beta1-SNAPSHOT"
113+
val defaultBuildVersion = "1.4-beta1"
114114
val buildVersion = sys.props.get("play2war.version").filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
115115
val buildScalaVersion210 = "2.10.5"
116116
val buildScalaVersion211 = "2.11.6"

sample/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ resolvers += Resolver.sbtPluginRepo("snapshots")
1212
// Use the Play sbt plugin for Play projects
1313
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % Option(System.getProperty("play.version")).getOrElse("2.4.0"))
1414

15-
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.4-beta1-SNAPSHOT")
15+
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.4-beta1")

0 commit comments

Comments
 (0)