Skip to content

Commit 720d597

Browse files
committed
docs: update description
1 parent 02262e2 commit 720d597

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

library/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
<version>1.7.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>Java Dns Cache Manipulator(DCM) Lib</name>
10-
<description>🌏 A simple 0-dependency thread-safe lib for setting dns programmatically without touching host file, make unit/integration test portable.</description>
10+
<description>
11+
🌏 a simple 0-dependency thread-safe Java™ lib
12+
for setting/viewing dns programmatically without touching host file,
13+
make unit/integration test portable. support Java 6/8/11/17, support IPv6.
14+
</description>
1115
<url>https://github.com/alibaba/java-dns-cache-manipulator</url>
1216
<inceptionYear>2015</inceptionYear>
1317

library/src/api/overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<body>
33
<p>This is the API documentation for the
44
<a href="https://github.com/alibaba/java-dns-cache-manipulator" target="_top">Java Dns Cache Manipulator(<code>DCM</code>)</a>,
5-
🌏 a simple 0-dependency thread-safe Java™ lib for setting dns programmatically without touching host file,
6-
make unit/integration test portable.
5+
🌏 a simple 0-dependency thread-safe Java™ lib for setting/viewing dns programmatically without touching host file,
6+
make unit/integration test portable. support Java 6/8/11/17, support IPv6.
77
</p>
88
</body>
99
</html>

tool/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
<version>1.7.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010
<name>Java Dns Cache Manipulator(DCM) Tool</name>
11-
<description>🌏 A tool for setting dns of running jvm process.</description>
11+
<description>
12+
🌏 a tool for setting/viewing dns of running JVM process.
13+
support Java 6/8/11/17, support IPv6.
14+
</description>
1215
<url>https://github.com/alibaba/java-dns-cache-manipulator</url>
1316
<inceptionYear>2015</inceptionYear>
1417

0 commit comments

Comments
 (0)