Skip to content

Commit

Permalink
2.0.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayi committed Jun 6, 2018
1 parent 0205241 commit ae33cde
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ swagger-dubbo从某些方面提高了内部开发测试的效率,**注意的
| swagger-dubbo版本 | 支持dubbo版本号 | 支持dubbo注解 | SpringMVC demo | SpringBoot demo
| --- | --- | --- | --- | --- |
| 1.1.0 [**移步老版本文档分支**](https://github.com/Sayi/swagger-dubbo/tree/1.1.0-release) | dubbo2.5.3 | 否 | :white_check_mark: 有 | 无
| 2.0.0 | dubbo2.6.0+ | :white_check_mark: 是 | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider) | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider-springboot)
| 2.0.1 | dubbo2.6.0+ | :white_check_mark: 是 | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider) | :white_check_mark: 有,[示例文档](swagger-dubbo-example/dubbo-provider-springboot)

更新日志参见[Release Page](https://github.com/Sayi/swagger-dubbo/releases)

Expand All @@ -29,7 +29,7 @@ swagger-dubbo从某些方面提高了内部开发测试的效率,**注意的
<dependency>
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo-project</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<packaging>pom</packaging>

<name>swagger-dubbo-project</name>
Expand Down
2 changes: 1 addition & 1 deletion swagger-dubbo-example/dubbo-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo-example</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>dubbo-api</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions swagger-dubbo-example/dubbo-provider-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<dependency>
<groupId>com.deepoove</groupId>
<artifactId>dubbo-api</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
Expand Down
2 changes: 1 addition & 1 deletion swagger-dubbo-example/dubbo-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo-example</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>dubbo-provider</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion swagger-dubbo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo-project</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>swagger-dubbo-example</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion swagger-dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.deepoove</groupId>
<artifactId>swagger-dubbo-project</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
</parent>
<artifactId>swagger-dubbo</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit ae33cde

Please sign in to comment.