Skip to content

Commit

Permalink
准备发布1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Dec 18, 2018
1 parent 2bcab4c commit 5c27d75
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.vip.vjtools</groupId>
<artifactId>vjtools</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<name>vjtools</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion standard/sonar-vj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vip</groupId>
<artifactId>sonar-vj</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>sonar-plugin</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vjkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vip.vjtools</groupId>
<artifactId>vjkit</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>vjkit</name>
<description>VIP's core java libraries</description>
Expand Down
2 changes: 1 addition & 1 deletion vjmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vip.vjtools</groupId>
<artifactId>vjmap</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<name>vjmap</name>
<description>jmap with per generation object stats</description>

Expand Down
2 changes: 1 addition & 1 deletion vjmxcli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.vip.vjtools</groupId>
<artifactId>vjmxcli</artifactId>
<name>vjmxcli</name>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<description>jmx command line client</description>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion vjstar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.vip.vjtools</groupId>
<artifactId>vjstar</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>jar</packaging>
<name>vjstar</name>
<description>VIP's best practice libraries</description>
Expand Down
2 changes: 1 addition & 1 deletion vjtop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.vip.vjtools</groupId>
<artifactId>vjtop</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<name>vjtop</name>
<description>Linux top-like JVM info and busy threads monitoring tools</description>

Expand Down
2 changes: 1 addition & 1 deletion vjtop/src/main/java/com/vip/vjtools/vjtop/VJTop.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

public class VJTop {

public static final String VERSION = "1.0.7";
public static final String VERSION = "1.0.8";

public VMDetailView view;
private Thread mainThread;
Expand Down

0 comments on commit 5c27d75

Please sign in to comment.