Skip to content

Commit f1b484d

Browse files
committed
prepare for 1.0.3 release
1 parent 8fd71cd commit f1b484d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

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

99
<groupId>com.vip.vjtools</groupId>
1010
<artifactId>vjtools</artifactId>
11-
<version>1.0.3-SNAPSHOT</version>
11+
<version>1.0.3</version>
1212
<name>vjtools</name>
1313
<packaging>pom</packaging>
1414

vjkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.vip.vjtools</groupId>
55
<artifactId>vjkit</artifactId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.0.3</version>
77
<packaging>jar</packaging>
88
<name>vjkit</name>
99
<description>VIP's core java libraries</description>

vjmap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.vip.vjtools</groupId>
44
<artifactId>vjmap</artifactId>
5-
<version>1.0.3-SNAPSHOT</version>
5+
<version>1.0.3</version>
66
<name>vjmap</name>
77
<description>jmap with per generation object stats</description>
88

vjmxcli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.vip.vjtools</groupId>
77
<artifactId>vjmxcli</artifactId>
88
<name>vjmxcli</name>
9-
<version>1.0.3-SNAPSHOT</version>
9+
<version>1.0.3</version>
1010
<description>jmx command line client</description>
1111

1212
<properties>

vjstar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.vip.vjtools</groupId>
66
<artifactId>vjstar</artifactId>
7-
<version>1.0.3-SNAPSHOT</version>
7+
<version>1.0.3</version>
88
<packaging>jar</packaging>
99
<name>vjstar</name>
1010
<description>VIP's best practice libraries</description>

vjtop/pom.xml

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

55
<groupId>com.vip.vjtools</groupId>
66
<artifactId>vjtop</artifactId>
7-
<version>1.0.3-SNAPSHOT</version>
7+
<version>1.0.3</version>
88
<name>vjtop</name>
99
<description>Linux top-like JVM info and busy threads monitoring tools</description>
1010

0 commit comments

Comments
 (0)