Update parent and add actions.

This commit is contained in:
Stephan Schnabel 2020-11-13 09:39:58 +01:00
parent 776cbf6cdf
commit 790d69cc38
Signed by: stephan.schnabel
GPG key ID: F74FE2422AA07290
5 changed files with 96 additions and 7 deletions

13
pom.xml
View file

@ -5,7 +5,7 @@
<parent>
<groupId>io.kokuwa</groupId>
<artifactId>maven-parent</artifactId>
<version>0.2.0</version>
<version>0.2.3</version>
<relativePath />
</parent>
@ -13,8 +13,8 @@
<artifactId>micronaut-logging</artifactId>
<version>0.0.4-SNAPSHOT</version>
<name>Micronaut Logging Support</name>
<description>TODO</description>
<name>Logging support for Micronaut</name>
<description>Endhanced logging using MDC or request header.</description>
<url>https://github.com/kokuwaio/micronaut-logging</url>
<inceptionYear>2020</inceptionYear>
<licenses>
@ -24,6 +24,13 @@
</license>
</licenses>
<developers>
<developer>
<name>Stephan Schnabel</name>
<url>https://github.com/stephanschnabel</url>
</developer>
</developers>
<scm>
<url>https://github.com/kokuwaio/micronaut-logging</url>
<connection>scm:git:https://github.com/kokuwaio/micronaut-logging.git</connection>