Browse Source

Update to latest Play release - 2.3.7

Donovan Muller 10 years ago
parent
commit
31d879ba71

+ 2 - 2
frameworks/Java/play2-java/play2-java-ebean-bonecp/README.md

@@ -20,7 +20,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 The tests were run with:
 
 * [Java OpenJDK 1.7](http://openjdk.java.net/)
-* [Play 2.3.6](http://http://www.playframework.com/)
+* [Play 2.3.7](http://http://www.playframework.com/)
 
 ## Test URLs
 ### JSON Encoding Test
@@ -32,4 +32,4 @@ The tests were run with:
 * http://localhost/db
 * http://localhost/queries?queries=10
 * http://localhost/fortunes
-* http://localhost/update?queries=10
+* http://localhost/update?queries=10

+ 1 - 1
frameworks/Java/play2-java/play2-java-ebean-bonecp/project/plugins.sbt

@@ -5,4 +5,4 @@ logLevel := Level.Warn
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7")

+ 2 - 2
frameworks/Java/play2-java/play2-java-ebean-hikaricp/README.md

@@ -20,7 +20,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 The tests were run with:
 
 * [Java OpenJDK 1.7](http://openjdk.java.net/)
-* [Play 2.3.6](http://http://www.playframework.com/)
+* [Play 2.3.7](http://http://www.playframework.com/)
 
 ## Test URLs
 ### JSON Encoding Test
@@ -32,4 +32,4 @@ The tests were run with:
 * http://localhost/db
 * http://localhost/queries?queries=10
 * http://localhost/fortunes
-* http://localhost/update?queries=10
+* http://localhost/update?queries=10

+ 1 - 1
frameworks/Java/play2-java/play2-java-ebean-hikaricp/project/plugins.sbt

@@ -5,4 +5,4 @@ logLevel := Level.Warn
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7")

+ 1 - 1
frameworks/Java/play2-java/play2-java-jpa-bonecp/README.md

@@ -20,7 +20,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 The tests were run with:
 
 * [Java OpenJDK 1.7](http://openjdk.java.net/)
-* [Play 2.3.6](http://http://www.playframework.com/)
+* [Play 2.3.7](http://http://www.playframework.com/)
 
 ## Test URLs
 ### JSON Encoding Test

+ 1 - 1
frameworks/Java/play2-java/play2-java-jpa-bonecp/project/plugins.sbt

@@ -5,4 +5,4 @@ logLevel := Level.Warn
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7")

+ 1 - 1
frameworks/Java/play2-java/play2-java-jpa-hikaricp/README.md

@@ -20,7 +20,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 The tests were run with:
 
 * [Java OpenJDK 1.7](http://openjdk.java.net/)
-* [Play 2.3.6](http://http://www.playframework.com/)
+* [Play 2.3.7](http://http://www.playframework.com/)
 
 ## Test URLs
 ### JSON Encoding Test

+ 1 - 1
frameworks/Java/play2-java/play2-java-jpa-hikaricp/project/plugins.sbt

@@ -1,4 +1,4 @@
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // The Play plugin
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7")

+ 2 - 2
frameworks/Java/play2-java/play2-java/README.md

@@ -10,7 +10,7 @@ This is the Play portion of a [benchmarking test suite](../) comparing a variety
 The tests were run with:
 
 * [Java OpenJDK 1.7.0_09](http://openjdk.java.net/)
-* [Play 2](http://http://www.playframework.com/)
+* [Play 2.3.7](http://http://www.playframework.com/)
 
 ## Test URLs
 ### JSON Encoding Test
@@ -19,4 +19,4 @@ The tests were run with:
 
 ### Plain Text Test
 
-* http://localhost/plaintext
+* http://localhost/plaintext

+ 1 - 1
frameworks/Java/play2-java/play2-java/project/plugins.sbt

@@ -5,4 +5,4 @@ logLevel := Level.Warn
 resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/"
 
 // Use the Play sbt plugin for Play projects
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.6")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.3.7")