Update parent and add actions.
This commit is contained in:
parent
776cbf6cdf
commit
ed16096bd6
5 changed files with 96 additions and 7 deletions
13
pom.xml
13
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue