We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc295a commit e0f104dCopy full SHA for e0f104d
build.gradle
@@ -6,7 +6,7 @@ plugins {
6
allprojects {
7
8
group = 'io.springfox.grails'
9
- version = '1.0.0-SNAPSHOT'
+ version = '1.0.0'
10
11
repositories {
12
jcenter()
@@ -36,6 +36,6 @@ allprojects {
36
springPluginVersion = "1.2.0.RELEASE"
37
swagger2Core = "1.5.12"
38
springBoot = "1.4.4.RELEASE"
39
- springfox = "2.7.0-SNAPSHOT"
+ springfox = "2.7.0"
40
}
41
0 commit comments