From 22a8d3860875c97aba2c23108d13ca44805aad76 Mon Sep 17 00:00:00 2001 From: frantuma Date: Mon, 8 Apr 2019 13:20:15 +0200 Subject: [PATCH] prepare release 1.6.1 --- LICENSE | 2 +- README.md | 3 ++- play-2.6/swagger-play2/README.md | 4 ++-- play-2.6/swagger-play2/build.sbt | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 252389a..3c7d172 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2017 SmartBear Software +Copyright 2019 SmartBear Software Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 3c1eff8..b8372f5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Please see the project [Root Folder](https://github.com/swagger-api/swagger-play Scala Versions | Play Version | Swagger Version | swagger-play version ---------------|--------------|-----------------|--------------------- +2.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.1 2.11.x, 2.12.x | 2.6.x | 2.0 | 1.6.0 2.11.6, 2.11.7 | 2.4.x, 2.5.x | 2.0 | 1.5.0 2.10.4, 2.11.1 | 2.3.x | 1.2 | 1.3.12 @@ -31,7 +32,7 @@ This Swagger-Play integration allows you to use [Swagger annotations](https://gi License ------- -Copyright 2011-2017 SmartBear Software +Copyright 2011-2019 SmartBear Software Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/play-2.6/swagger-play2/README.md b/play-2.6/swagger-play2/README.md index 92acf4f..5a46bed 100644 --- a/play-2.6/swagger-play2/README.md +++ b/play-2.6/swagger-play2/README.md @@ -7,7 +7,7 @@ This is a module to support the play2 framework from [playframework](http://www. ## Version History -* swagger-play2 1.6.1-SNAPSHOT supports play 2.6 and swagger 2.0. +* swagger-play2 1.6.1 supports play 2.6 and swagger 2.0. * swagger-play2 1.5.1 supports play 2.4 and swagger 2.0. If you need swagger 1.2 support, use 1.3.13. If you need 2.2 support, use 1.3.7 or earlier. @@ -30,7 +30,7 @@ You can depend on pre-built libraries in maven central by adding the following d ``` libraryDependencies ++= Seq( - "io.swagger" %% "swagger-play2" % "1.6.1-SNAPSHOT" + "io.swagger" %% "swagger-play2" % "1.6.1" ) ``` diff --git a/play-2.6/swagger-play2/build.sbt b/play-2.6/swagger-play2/build.sbt index 7e8ebc5..0a05820 100644 --- a/play-2.6/swagger-play2/build.sbt +++ b/play-2.6/swagger-play2/build.sbt @@ -1,5 +1,5 @@ name := "swagger-play2" -version := "1.6.1-SNAPSHOT" +version := "1.6.1" checksums in update := Nil