|
1 | 1 | # <div align="center"><a href="#dummy"><img src="docs/logo-red.png" alt="🌏 Java Dns Cache Manipulator(DCM)"></a></div> |
2 | 2 |
|
3 | 3 | <p align="center"> |
4 | | -<a href="https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator"><img src="https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/master?logo=appveyor&logoColor=white" alt="Build Status"></a> |
5 | | -<a href="https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=master"><img src="https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/master?logo=coveralls&logoColor=white" alt="Coveralls branch"></a> |
| 4 | +<a href="https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator"><img src="https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/v1.7.0?logo=appveyor&logoColor=white" alt="Build Status"></a> |
| 5 | +<a href="https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=v1.7.0"><img src="https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/v1.7.0?logo=coveralls&logoColor=white" alt="Coveralls branch"></a> |
6 | 6 | <a href="https://codeclimate.com/github/alibaba/java-dns-cache-manipulator/maintainability"><img src="https://api.codeclimate.com/v1/badges/80e64dc9160cf6f62080/maintainability" alt="Maintainability"></a> |
7 | 7 | <a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-green?logo=java&logoColor=white" alt="Java support"></a> |
8 | 8 | <a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/github/license/alibaba/java-dns-cache-manipulator?color=4D7A97" alt="License"></a> |
|
16 | 16 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/issues"><img src="https://img.shields.io/github/issues/alibaba/java-dns-cache-manipulator" alt="GitHub issues"></a> |
17 | 17 | <a href="https://github.com/alibaba/java-dns-cache-manipulator/graphs/contributors"><img src="https://img.shields.io/github/contributors/alibaba/java-dns-cache-manipulator" alt="GitHub Contributors"></a> |
18 | 18 | <a href="https://github.com/alibaba/java-dns-cache-manipulator"><img src="https://img.shields.io/github/repo-size/alibaba/java-dns-cache-manipulator" alt="GitHub repo size"></a> |
19 | | -<a href="https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.6.5/dcm-1.6.5.tar.gz"><img src="https://img.shields.io/github/downloads/alibaba/java-dns-cache-manipulator/v1.6.5/dcm-1.6.5.tar.gz.svg?logoColor=white&logo=DocuSign" alt="GitHub release download - dcm.tar.gz)"></a> |
| 19 | +<a href="https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.7.0/dcm-1.7.0.tar.gz"><img src="https://img.shields.io/github/downloads/alibaba/java-dns-cache-manipulator/v1.7.0/dcm-1.7.0.tar.gz.svg?logoColor=white&logo=DocuSign" alt="GitHub release download - dcm.tar.gz)"></a> |
20 | 20 | </p> |
21 | 21 |
|
22 | 22 | Java Dns Cache Manipulator(`DCM`) contains 2 subprojects: |
@@ -274,7 +274,7 @@ Java API document: <http://alibaba.github.io/java-dns-cache-manipulator/apidocs> |
274 | 274 | <dependency> |
275 | 275 | <groupId>com.alibaba</groupId> |
276 | 276 | <artifactId>dns-cache-manipulator</artifactId> |
277 | | - <version>1.6.5</version> |
| 277 | + <version>1.7.0</version> |
278 | 278 | </dependency> |
279 | 279 | ``` |
280 | 280 |
|
@@ -309,7 +309,7 @@ You can view the latest version at [search.maven.org](https://search.maven.org/a |
309 | 309 |
|
310 | 310 | ### Download |
311 | 311 |
|
312 | | -[](https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.6.5/dcm-1.6.5.tar.gz) download the file `dcm-x.x.x.tar.gz`. |
| 312 | +[](https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.7.0/dcm-1.7.0.tar.gz) download the file `dcm-x.x.x.tar.gz`. |
313 | 313 |
|
314 | 314 | After decompression, run `dcm` in the `bin` directory. |
315 | 315 |
|
|
0 commit comments