File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# [ ![ 🌏 Java Dns Cache Manipulator(DCM)] ( docs/logo-red.png )] ( #dummy )
22
3- [ ![ Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/master .svg?label=build )] ( https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator )
4- [ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/master )] ( https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=master )
3+ [ ![ Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/v1.6.1 .svg?label=build )] ( https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator )
4+ [ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/v1.6.1 )] ( https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=v1.6.1 )
55[ ![ JDK support] ( https://img.shields.io/badge/JDK-6+-green?logo=java&logoColor=white )] ( https://openjdk.java.net/ )
66[ ![ GitHub release download - dcm.tar.gz)] ( https://img.shields.io/github/downloads/alibaba/java-dns-cache-manipulator/v1.6.0/dcm-1.6.0.tar.gz.svg )] ( https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.6.0/dcm-1.6.0.tar.gz )
77[ ![ License] ( https://img.shields.io/github/license/alibaba/java-dns-cache-manipulator?color=4D7A97 )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
Original file line number Diff line number Diff line change 11Java Dns Cache Manipulator(DCM) Library
22=======================================
33
4- [ ![ Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/master .svg?label=build )] ( https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator )
5- [ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/master )] ( https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=master )
4+ [ ![ Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/v1.6.1 .svg?label=build )] ( https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator )
5+ [ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/v1.6.1 )] ( https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=v1.6.1 )
66[ ![ JDK support] ( https://img.shields.io/badge/JDK-6+-green?logo=java&logoColor=white )] ( https://openjdk.java.net/ )
77[ ![ License] ( https://img.shields.io/github/license/alibaba/java-dns-cache-manipulator?color=4D7A97 )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
88[ ![ Javadocs] ( https://img.shields.io/github/release/alibaba/java-dns-cache-manipulator?label=javadoc&color=3d7c47&logo=microsoft-academic&logoColor=white )] ( https://alibaba.github.io/java-dns-cache-manipulator/apidocs/ )
@@ -230,7 +230,7 @@ content = m2.getResponseBodyAsString();
230230<dependency >
231231 <groupId >com.alibaba</groupId >
232232 <artifactId >dns-cache-manipulator</artifactId >
233- <version >1.6.0 </version >
233+ <version >1.6.1 </version >
234234</dependency >
235235```
236236
Original file line number Diff line number Diff line change 44
55 <groupId >com.alibaba</groupId >
66 <artifactId >dns-cache-manipulator</artifactId >
7- <version >1.7.0-SNAPSHOT </version >
7+ <version >1.6.1 </version >
88 <packaging >jar</packaging >
99 <name >Java Dns Cache Manipulator(DCM) Lib</name >
1010 <description >A simple 0-dependency thread-safe lib for setting dns programmatically without touching host file, make unit/integration test portable.</description >
Original file line number Diff line number Diff line change 44
55 <groupId >com.alibaba</groupId >
66 <artifactId >dns-cache-manipulator-parent</artifactId >
7- <version >1.7.0-SNAPSHOT </version >
7+ <version >1.6.1 </version >
88 <packaging >pom</packaging >
99 <name >${project.artifactId} </name >
1010 <description >A lib/tool for setting dns programmatically without touching host file.</description >
Original file line number Diff line number Diff line change 11Java Dns Cache Manipulator Tool
22=================================
33
4- [ ![ Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/master .svg?label=build )] ( https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator )
5- [ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/master )] ( https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=master )
4+ [ ![ Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/java-dns-cache-manipulator/v1.6.1 .svg?label=build )] ( https://ci.appveyor.com/project/oldratlee/java-dns-cache-manipulator )
5+ [ ![ Coveralls branch] ( https://img.shields.io/coveralls/github/alibaba/java-dns-cache-manipulator/v1.6.1 )] ( https://coveralls.io/github/alibaba/java-dns-cache-manipulator?branch=v1.6.1 )
66[ ![ JDK support] ( https://img.shields.io/badge/JDK-6+-green?logo=java&logoColor=white )] ( https://openjdk.java.net/ )
77[ ![ GitHub release download - dcm.tar.gz)] ( https://img.shields.io/github/downloads/alibaba/java-dns-cache-manipulator/v1.6.0/dcm-1.6.0.tar.gz.svg )] ( https://github.com/alibaba/java-dns-cache-manipulator/releases/download/v1.6.0/dcm-1.6.0.tar.gz )
88[ ![ License] ( https://img.shields.io/github/license/alibaba/java-dns-cache-manipulator?color=4D7A97 )] ( https://www.apache.org/licenses/LICENSE-2.0.html )
Original file line number Diff line number Diff line change 55
66 <groupId >com.alibaba</groupId >
77 <artifactId >dns-cache-manipulator-tool</artifactId >
8- <version >1.7.0-SNAPSHOT </version >
8+ <version >1.6.1 </version >
99 <packaging >jar</packaging >
1010 <name >Java Dns Cache Manipulator(DCM) Tool</name >
1111 <description >A tool for setting dns of running jvm process.</description >
You can’t perform that action at this time.
0 commit comments