From 9d9e2f5d5a1221d8f55e76a0d44a37d3000053bb Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 21 Jan 2022 14:09:16 +0100 Subject: [PATCH] Add licence badge. --- .github/workflows/snapshot.yaml | 2 +- README.md | 3 ++- pom.xml | 15 ++++++++------- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index a8d4226..df69bf5 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -47,7 +47,7 @@ jobs: if: failure() with: name: surefire - path: '*/target/surefire-reports/*.xml' + path: '**/target/surefire-reports/*.xml' reporter: java-junit list-suites: failed list-tests: failed diff --git a/README.md b/README.md index c2bae4d..9bce59b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Micronaut Logging support +[![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/kokuwaio/micronaut-logging.svg?label=License)](http://www.apache.org/licenses/) [![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.micronaut/micronaut-logging.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.kokuwa.micronaut%22%20AND%20a:%22micronaut-logging%22) -[![CI](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml/badge.svg)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml) +[![CI](https://img.shields.io/github/workflow/status/kokuwaio/micronaut-logging/Snapshot)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/snapshot.yaml) ## Features diff --git a/pom.xml b/pom.xml index f1e0419..abd40b6 100644 --- a/pom.xml +++ b/pom.xml @@ -73,16 +73,12 @@ true true + true + - - - 1.2.10 - 0.1.5 - 3.2.6 - 3.1.0 @@ -99,6 +95,12 @@ 1.1.0 1.6.8 + + + 1.2.10 + 0.1.5 + 3.2.6 + @@ -261,7 +263,6 @@ maven-surefire-plugin ${version.org.apache.maven.plugins.surefire} - true true