Skip to content

Commit

Permalink
Fix version of httpserver
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-brazil committed Jul 13, 2017
1 parent 3caeaad commit 2c14205
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions simpleclient_httpserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.prometheus</groupId>
<artifactId>parent</artifactId>
<version>0.0.24-SNAPSHOT</version>
<version>0.0.25-SNAPSHOT</version>
</parent>

<groupId>io.prometheus</groupId>
Expand Down Expand Up @@ -37,12 +37,12 @@
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient</artifactId>
<version>0.0.24-SNAPSHOT</version>
<version>0.0.25-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.prometheus</groupId>
<artifactId>simpleclient_common</artifactId>
<version>0.0.24-SNAPSHOT</version>
<version>0.0.25-SNAPSHOT</version>
</dependency>
<!-- Test Dependencies Follow -->
<dependency>
Expand Down

0 comments on commit 2c14205

Please sign in to comment.