diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e754c9d..22eb8a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,7 @@ version: 2 updates: - package-ecosystem: maven directory: / + open-pull-requests-limit: 20 schedule: interval: monthly day: monday @@ -15,6 +16,7 @@ updates: update-types: [version-update:semver-major, version-update:semver-minor] - package-ecosystem: github-actions directory: / + open-pull-requests-limit: 10 schedule: interval: monthly day: monday diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8383223..edc9809 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,6 @@ on: push: branches: [main] pull_request: {} - schedule: [cron: 0 0 * * 1-5] jobs: diff --git a/README.md b/README.md index 9260ec1..13f87ec 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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) +[![Maven Central](https://img.shields.io/maven-central/v/io.kokuwa.micronaut/micronaut-logging.svg?label=Maven%20Central)](https://central.sonatype.com/namespace/io.kokuwa.micronaut) [![CI](https://img.shields.io/github/actions/workflow/status/kokuwaio/micronaut-logging/ci.yaml?branch=main&label=3.x)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3Amain) [![CI](https://img.shields.io/github/actions/workflow/status/kokuwaio/micronaut-logging/ci.yaml?branch=4.x&label=4.x)](https://github.com/kokuwaio/micronaut-logging/actions/workflows/ci.yaml?query=branch%3A4.x) diff --git a/pom.xml b/pom.xml index 5709b5b..e62ed31 100644 --- a/pom.xml +++ b/pom.xml @@ -64,7 +64,6 @@ UTF-8 - ISO-8859-1 11 11 @@ -261,13 +260,13 @@ org.apache.maven.plugins - maven-javadoc-plugin - ${version.org.apache.maven.plugins.javadoc} + maven-jar-plugin + ${version.org.apache.maven.plugins.jar} org.apache.maven.plugins - maven-jar-plugin - ${version.org.apache.maven.plugins.jar} + maven-javadoc-plugin + ${version.org.apache.maven.plugins.javadoc} org.apache.maven.plugins @@ -312,19 +311,6 @@ - - - org.apache.maven.plugins - maven-source-plugin - - - - jar-no-fork - - - - - org.codehaus.mojo @@ -360,6 +346,19 @@ + + + org.apache.maven.plugins + maven-source-plugin + + + + jar-no-fork + + + + + org.apache.maven.plugins