We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0cbef8 commit 8b77f7cCopy full SHA for 8b77f7c
pom.xml
@@ -9,7 +9,7 @@
9
10
<groupId>io.github.mweirauch</groupId>
11
<artifactId>micrometer-jvm-extras</artifactId>
12
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
13
14
<name>${project.artifactId}</name>
15
<description>A set of additional JVM process metrics for micrometer.io.</description>
@@ -34,7 +34,7 @@
34
<connection>scm:git:https://github.com/mweirauch/micrometer-jvm-extras.git</connection>
35
<developerConnection>scm:git:https://github.com/mweirauch/micrometer-jvm-extras.git</developerConnection>
36
<url>https://github.com/mweirauch/micrometer-jvm-extras</url>
37
- <tag>HEAD</tag>
+ <tag>0.1.1</tag>
38
</scm>
39
40
<properties>
0 commit comments