Skip to content

Commit ab85005

Browse files
committed
update pom version to 1.5.0-SNAPSHOT
1 parent dd089fc commit ab85005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

library/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.4.1-SNAPSHOT</version>
7+
<version>1.5.0-SNAPSHOT</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>

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-parent</artifactId>
7-
<version>1.4.1-SNAPSHOT</version>
7+
<version>1.5.0-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>${project.artifactId}</name>
1010
<inceptionYear>2015</inceptionYear>

tool/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-tool</artifactId>
7-
<version>1.4.1-SNAPSHOT</version>
7+
<version>1.5.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>Java Dns Cache Manipulator(DCM) Tool</name>
1010
<inceptionYear>2015</inceptionYear>

0 commit comments

Comments
 (0)