Skip to content

Commit bc16e74

Browse files
committed
release v1.3.0
1 parent ac79e4b commit bc16e74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Java Dns Cache Manipulator(DCM)
22
=========================
33

4-
[![Build Status](https://travis-ci.org/alibaba/java-dns-cache-manipulator.svg?branch=master)](https://travis-ci.org/alibaba/java-dns-cache-manipulator)
5-
[![Windows Build Status](https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/master.svg?label=windows%20build)](https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator)
6-
[![Coverage Status](https://coveralls.io/repos/alibaba/java-dns-cache-manipulator/badge.svg?branch=master)](https://coveralls.io/r/alibaba/java-dns-cache-manipulator?branch=master)
4+
[![Build Status](https://travis-ci.org/alibaba/java-dns-cache-manipulator.svg?branch=v1.3.0)](https://travis-ci.org/alibaba/java-dns-cache-manipulator)
5+
[![Windows Build Status](https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/v1.3.0.svg?label=windows%20build)](https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator)
6+
[![Coverage Status](https://coveralls.io/repos/alibaba/java-dns-cache-manipulator/badge.svg?branch=v1.3.0)](https://coveralls.io/r/alibaba/java-dns-cache-manipulator?branch=v1.3.0)
77
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.alibaba/dns-cache-manipulator/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.alibaba/dns-cache-manipulator/)
88
[![GitHub release](https://img.shields.io/github/release/alibaba/java-dns-cache-manipulator.svg)](https://github.com/alibaba/java-dns-cache-manipulator/releases)
99
[![Dependency Status](https://www.versioneye.com/user/projects/553a2f981d2989f7ee0000a7/badge.svg?style=flat)](https://www.versioneye.com/user/projects/553a2f981d2989f7ee0000a7)
@@ -115,7 +115,7 @@ System.out.println(dnsCache);
115115
<dependency>
116116
<groupId>com.alibaba</groupId>
117117
<artifactId>dns-cache-manipulator</artifactId>
118-
<version>1.2.0</version>
118+
<version>1.3.0</version>
119119
</dependency>
120120
```
121121

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.alibaba</groupId>
66
<artifactId>dns-cache-manipulator</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<packaging>jar</packaging>
99
<name>Java Dns Cache Manipulator(DCM)</name>
1010
<description>A simple 0-dependency thread-safe lib for setting dns programmatically without touching host file, make unit/integration test portable.</description>

0 commit comments

Comments
 (0)