Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Aug 16, 2018
1 parent bb31d0a commit be61490
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4-SNAPSHOT</version>
<version>1.0.4</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.0-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</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.4-SNAPSHOT</version>
<version>1.0.4</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.4-SNAPSHOT</version>
<version>1.0.4</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 @@ -6,7 +6,7 @@
<groupId>com.vip.vjtools</groupId>
<artifactId>vjmxcli</artifactId>
<name>vjmxcli</name>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4</version>
<description>jmx command line client</description>

<properties>
Expand Down

0 comments on commit be61490

Please sign in to comment.