Skip to content

Commit

Permalink
prepare for 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Sep 25, 2018
1 parent f079bfd commit e8b3d8b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</version>
<name>vjtop</name>
<description>Linux top-like JVM info and busy threads monitoring tools</description>

Expand Down

0 comments on commit e8b3d8b

Please sign in to comment.