Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
weissreto committed Oct 1, 2018
1 parent 8dfb3f9 commit 01e9cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.rweiss</groupId>
<artifactId>jmx-cli</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
<build>
<plugins>
<plugin>
Expand Down Expand Up @@ -91,12 +91,12 @@
<dependency>
<groupId>ch.rweiss</groupId>
<artifactId>ansi-terminal-chart</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>ch.rweiss</groupId>
<artifactId>jmx-client</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down

0 comments on commit 01e9cf9

Please sign in to comment.