Skip to content

Commit 2c14205

Browse files
committed
Fix version of httpserver
1 parent 3caeaad commit 2c14205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

simpleclient_httpserver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.prometheus</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.0.24-SNAPSHOT</version>
8+
<version>0.0.25-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>io.prometheus</groupId>
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>io.prometheus</groupId>
3939
<artifactId>simpleclient</artifactId>
40-
<version>0.0.24-SNAPSHOT</version>
40+
<version>0.0.25-SNAPSHOT</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>io.prometheus</groupId>
4444
<artifactId>simpleclient_common</artifactId>
45-
<version>0.0.24-SNAPSHOT</version>
45+
<version>0.0.25-SNAPSHOT</version>
4646
</dependency>
4747
<!-- Test Dependencies Follow -->
4848
<dependency>

0 commit comments

Comments
 (0)