Skip to content
This repository was archived by the owner on Apr 4, 2026. It is now read-only.

Commit 078d24a

Browse files
committed
Prepare for 0.9
1 parent 9d4e77f commit 078d24a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.1.0"
106106
val play2Version = Option(System.getProperty("play2.version")).filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
107-
val defaultBuildVersion = "0.9-SNAPSHOT"
107+
val defaultBuildVersion = "0.9"
108108
val buildVersion = Option(System.getProperty("play2war.version")).filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
109109
val buildScalaVersion = "2.10.0"
110110
val buildScalaVersionForSbt = "2.9.2"

sample/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ addSbtPlugin("play" % "sbt-plugin" % Option(System.getProperty("play.version")).
1717

1818
//addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.0.0")
1919

20-
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "0.9-SNAPSHOT")
20+
addSbtPlugin("com.github.play2war" % "play2-war-plugin" % "0.9")

0 commit comments

Comments
 (0)