File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ object Build extends Build {
115115 val buildOrganization = " com.github.play2war"
116116 val defaultPlay2Version = " 2.2.0"
117117 val play2Version = Option (System .getProperty(" play2.version" )).filterNot(_.isEmpty).getOrElse(defaultPlay2Version)
118- val defaultBuildVersion = " 1.2-beta5-SNAPSHOT "
118+ val defaultBuildVersion = " 1.2"
119119 val buildVersion = Option (System .getProperty(" play2war.version" )).filterNot(_.isEmpty).getOrElse(defaultBuildVersion)
120120 val buildScalaVersion = " 2.10.3"
121121 val buildScalaVersionForSbt = " 2.10.3"
Original file line number Diff line number Diff 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-beta5-SNAPSHOT " )
17+ addSbtPlugin(" com.github.play2war" % " play2-war-plugin" % " 1.2" )
You can’t perform that action at this time.
0 commit comments