We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369b3d4 commit 93d8680Copy full SHA for 93d8680
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>org.yamcs</groupId>
6
<artifactId>yamcs-prometheus</artifactId>
7
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.0</version>
8
<packaging>jar</packaging>
9
10
<name>Expose metrics to Prometheus</name>
@@ -38,7 +38,7 @@
38
39
<properties>
40
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41
- <yamcsVersion>5.5.8-SNAPSHOT</yamcsVersion>
+ <yamcsVersion>5.6.0</yamcsVersion>
42
<prometheusClientVersion>0.15.0</prometheusClientVersion>
43
</properties>
44
0 commit comments