Skip to content

Commit 5c27d75

Browse files
committed
准备发布1.0.8
1 parent 2bcab4c commit 5c27d75

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.8-SNAPSHOT</version>
11+
<version>1.0.8</version>
1212
<name>vjtools</name>
1313
<packaging>pom</packaging>
1414

standard/sonar-vj/pom.xml

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

66
<groupId>com.vip</groupId>
77
<artifactId>sonar-vj</artifactId>
8-
<version>1.0.8-SNAPSHOT</version>
8+
<version>1.0.8</version>
99
<packaging>sonar-plugin</packaging>
1010

1111
<properties>

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.8-SNAPSHOT</version>
6+
<version>1.0.8</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.8-SNAPSHOT</version>
5+
<version>1.0.8</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
@@ -7,7 +7,7 @@
77
<groupId>com.vip.vjtools</groupId>
88
<artifactId>vjmxcli</artifactId>
99
<name>vjmxcli</name>
10-
<version>1.0.8-SNAPSHOT</version>
10+
<version>1.0.8</version>
1111
<description>jmx command line client</description>
1212

1313
<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.8-SNAPSHOT</version>
7+
<version>1.0.8</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.8-SNAPSHOT</version>
7+
<version>1.0.8</version>
88
<name>vjtop</name>
99
<description>Linux top-like JVM info and busy threads monitoring tools</description>
1010

vjtop/src/main/java/com/vip/vjtools/vjtop/VJTop.java

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

2020
public class VJTop {
2121

22-
public static final String VERSION = "1.0.7";
22+
public static final String VERSION = "1.0.8";
2323

2424
public VMDetailView view;
2525
private Thread mainThread;

0 commit comments

Comments
 (0)