[maven-release-plugin] prepare release 0.1.3

This commit is contained in:
Stephan Schnabel 2021-12-16 13:49:05 +01:00
parent 6dd1260322
commit 7da6b85763
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290

View file

@ -11,7 +11,7 @@
<groupId>io.kokuwa.micronaut</groupId> <groupId>io.kokuwa.micronaut</groupId>
<artifactId>micronaut-logging</artifactId> <artifactId>micronaut-logging</artifactId>
<version>0.1.3-SNAPSHOT</version> <version>0.1.3</version>
<name>Logging support for Micronaut</name> <name>Logging support for Micronaut</name>
<description>Enhanced logging using MDC or request header.</description> <description>Enhanced logging using MDC or request header.</description>
@ -35,7 +35,7 @@
<url>https://github.com/kokuwaio/micronaut-logging</url> <url>https://github.com/kokuwaio/micronaut-logging</url>
<connection>scm:git:https://github.com/kokuwaio/micronaut-logging.git</connection> <connection>scm:git:https://github.com/kokuwaio/micronaut-logging.git</connection>
<developerConnection>scm:git:https://github.com/kokuwaio/micronaut-logging.git</developerConnection> <developerConnection>scm:git:https://github.com/kokuwaio/micronaut-logging.git</developerConnection>
<tag>HEAD</tag> <tag>0.1.3</tag>
</scm> </scm>
<issueManagement> <issueManagement>
<system>github</system> <system>github</system>