Skip to content

Commit

Permalink
0.1.x (#208)
Browse files Browse the repository at this point in the history
* Fix test cases

* Update maven plugins

* Update excludes

* Update License position

* Update License

* Update License

* Add exclude

* Update License

* Add maven-release-plugin

* Fix JavaDoc Issues

* Update build settings

* Update plugins

* Recover release profile

* Update document
  • Loading branch information
mercyblitz authored Jun 21, 2018
1 parent 56bb455 commit ec18fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to your project by addi
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
</dependency>
```

Expand Down

0 comments on commit ec18fc1

Please sign in to comment.