8000 Preparing to release 0.9.5 · paulprogrammer/springfox@5282e79 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5282e79

Browse files
committed
Preparing to release 0.9.5
1 parent 4ff0982 commit 5282e79

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Expand all lines: README.md
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ __Maven__
3636
<dependency>
3737
<groupId>com.mangofactory</groupId>
3838
<artifactId>swagger-springmvc</artifactId>
39-
<version>0.9.4</version>
39+
<version>0.9.5</version>
4040
</dependency>
4141

4242
```
@@ -49,7 +49,7 @@ repositories {
4949
jcenter()
5050
}
5151
52-
compile "com.mangofactory:swagger-springmvc:0.9.4"
52+
compile "com.mangofactory:swagger-springmvc:0.9.5"
5353
```
5454

5555
#### Snapshot version
@@ -67,7 +67,7 @@ __Maven__
6767
<dependency>
6868
<groupId>com.mangofactory</groupId>
6969
<artifactId>swagger-springmvc</artifactId>
70-
<version>0.9.5-SNAPSHOT</version>
70+
<version>1.0.0-SNAPSHOT</version>
7171
</dependency>
7272
```
7373

@@ -79,11 +79,11 @@ repositories {
7979
maven { url 'http://oss.jfrog.org/artifactory/oss-snapshot-local/' }
8080
}
8181
82-
compile "com.mangofactory:swagger-springmvc:0.9.5-SNAPSHOT"
82+
compile "com.mangofactory:swagger-springmvc:1.0.0-SNAPSHOT"
8383
```
8484

8585
### Notable Dependencies
86-
- As of v0.9.4 all dependencies on __scala__ have been removed.
86+
- As of v0.9.5 all dependencies on __scala__ have been removed.
8787
- Spring 3.2.x or above
8888
- jackson 2.4.4
8989
- guava 15.0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ buildscript {
1616

1717
ext {
1818
apiKey = System.getenv('GIT_HUB_API_KEY')
19-
projectVersion = '0.9.5-SNAPSHOT'
19+
projectVersion = '0.9.5'
2020
}
2121

2222
configure(subprojects.findAll { it.name == 'swagger-springmvc' || it.name == 'swagger-models' }) { subproject ->

0 commit comments

Comments
 (0)
0