diff --git a/README.md b/README.md index 379d966..99748af 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ # 版本基础 - Spring Boot:1.5.x -- Swagger:2.8.x +- Swagger:2.9.x # 如何使用 @@ -22,13 +22,13 @@ - 在`pom.xml`中引入依赖: -> 当前最新版本 1.7.0.RELEASE +> 当前最新版本 1.7.1.RELEASE ```xml com.spring4all swagger-spring-boot-starter - 1.7.0.RELEASE + 1.7.1.RELEASE ``` diff --git a/pom.xml b/pom.xml index 2a249ca..337027e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.spring4all swagger-spring-boot-starter - 1.7.0.RELEASE + 1.7.1.RELEASE spring-boot-starter-swagger https://github.com/SpringForAll/spring-boot-starter-swagger @@ -48,7 +48,7 @@ UTF-8 1.8 - 2.8.0 + 2.9.0 1.5.10.RELEASE 1.16.18 @@ -119,4 +119,12 @@ + + + + jcenter-snapshots + jcenter + https://jcenter.bintray.com/ + + \ No newline at end of file