Skip to content

Commit 3db9c24

Browse files
committed
[maven-release-plugin] prepare release 0.1.0
1 parent 32e6a76 commit 3db9c24

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -10,7 +9,7 @@
109

1110
<groupId>io.github.mweirauch</groupId>
1211
<artifactId>micrometer-jvm-extras</artifactId>
13-
<version>0.1.0-SNAPSHOT</version>
12+
<version>0.1.0</version>
1413

1514
<name>${project.artifactId}</name>
1615
<description>A set of additional JVM process metrics for micrometer.io.</description>
@@ -35,7 +34,7 @@
3534
<connection>scm:git:https://github.com/mweirauch/micrometer-jvm-extras.git</connection>
3635
<developerConnection>scm:git:https://github.com/mweirauch/micrometer-jvm-extras.git</developerConnection>
3736
<url>https://github.com/mweirauch/micrometer-jvm-extras</url>
38-
<tag>HEAD</tag>
37+
<tag>0.1.0</tag>
3938
</scm>
4039

4140
<properties>

0 commit comments

Comments
 (0)