Skip to content

Commit

Permalink
Go for v1.3-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecan committed Feb 22, 2015
1 parent b017c5b commit 948dd86
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 @@ -114,7 +114,7 @@ object Build extends Build {
val buildOrganization = "com.github.play2war"
val defaultPlay2Version = "2.3.8"
val play2Version = sys.props.get("play2.version").filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
val defaultBuildVersion = "1.3-beta3-SNAPSHOT"
val defaultBuildVersion = "1.3-beta3"
val buildVersion = sys.props.get("play2war.version").filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
val buildScalaVersion210 = "2.10.4"
val buildScalaVersion211 = "2.11.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("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.3-beta3-SNAPSHOT")
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.3-beta3")

0 comments on commit 948dd86

Please sign in to comment.