Skip to content

Commit

Permalink
jump to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Nov 8, 2016
1 parent b4a577e commit cfc664b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You define the api meta data in classes' static code blocks, then it was collect
<dependency>
<groupId>com.github.tminglei</groupId>
<artifactId>binder-swagger-java</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
</dependency>
```
#### 1) define and register your api operations:
Expand Down
2 changes: 1 addition & 1 deletion example/java-jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<swagger-version>1.5.8</swagger-version>
<binder-swagger-version>0.6.1</binder-swagger-version>
<binder-swagger-version>0.6.2</binder-swagger-version>
<jersey-version>1.19</jersey-version>
<jetty-version>9.2.2.v20140723</jetty-version>
<logback-version>1.0.1</logback-version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.tminglei</groupId>
<artifactId>binder-swagger-java</artifactId>
<version>0.6.1</version>
<version>0.6.2</version>
<packaging>jar</packaging>

<name>binder-swagger-java</name>
Expand Down

0 comments on commit cfc664b

Please sign in to comment.