diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4cc25b8..9600943 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,7 @@ version: 2 updates: - - package-ecosystem: maven + - package-ecosystem: "maven" directory: "/" schedule: - interval: daily - open-pull-requests-limit: 10 - default-labels: - - "Type: dependencies" + interval: "daily" + open-pull-requests-limit: 10 diff --git a/README.md b/README.md index 2b440cd..f0aa580 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ are included. ## Release +1. close milestone 1. on local console: `mvn release:start` - wait for action -2. on local console: `mvn release:finish` - wait for action - sonatype pipeline will run -3. close milestone -4. github release - publish +1. on local console: `mvn release:finish` - wait for action - sonatype pipeline will run +1. github release - publish diff --git a/pom.xml b/pom.xml index 0fb6243..5de2119 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.toolisticon.maven.parent maven-parent-kotlin-base - 2023.10.2 + 2023.10.3 Maven Parent - Kotlin Base Maven parent for a holistic kotlin lib project. @@ -35,7 +35,7 @@ false - 1.9.10 + 1.9.20 1.9 1.9 ${kp.compile.useIncrementalKotlinCompiler} @@ -392,7 +392,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 @@ -621,7 +621,7 @@ org.codehaus.mojo properties-maven-plugin - 1.2.0 + 1.2.1 generate-resources