Skip to content

Commit

Permalink
Go for 1.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecan committed Jul 2, 2014
1 parent 2fc97bb commit fd02499
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.3.0"
val play2Version = sys.props.get("play2.version").filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
val defaultBuildVersion = "1.3-beta1-SNAPSHOT"
val defaultBuildVersion = "1.3-beta1"
val buildVersion = sys.props.get("play2war.version").filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
val buildScalaVersion210 = "2.10.4"
val buildScalaVersion211 = "2.11.1"
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-beta1-SNAPSHOT")
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "1.3-beta1")

0 comments on commit fd02499

Please sign in to comment.