Skip to content

Commit e0f104d

Browse files
committed
Preparing for release 1.0.0
1 parent ccc295a commit e0f104d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
allprojects {
77

88
group = 'io.springfox.grails'
9-
version = '1.0.0-SNAPSHOT'
9+
version = '1.0.0'
1010

1111
repositories {
1212
jcenter()
@@ -36,6 +36,6 @@ allprojects {
3636
springPluginVersion = "1.2.0.RELEASE"
3737
swagger2Core = "1.5.12"
3838
springBoot = "1.4.4.RELEASE"
39-
springfox = "2.7.0-SNAPSHOT"
39+
springfox = "2.7.0"
4040
}
4141
}

0 commit comments

Comments
 (0)