@@ -5,7 +5,7 @@ A common maven parent for usage in kotlin library or application projects.
55[ ![ stable] ( https://img.shields.io/badge/lifecycle-STABLE-green.svg )] ( https://github.com/holisticon#open-source-lifecycle )
66[ ![ Build Status] ( https://github.com/toolisticon/maven-parent-kotlin-base/workflows/Development%20branches/badge.svg )] ( https://github.com/toolisticon/maven-parent-kotlin-base/actions )
77[ ![ sponsored] ( https://img.shields.io/badge/sponsoredBy-Holisticon-RED.svg )] ( https://holisticon.de/ )
8- [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.2.10 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
8+ [ ![ Kotlin] ( https://img.shields.io/badge/kotlin-2.2.20 -blue.svg?logo=kotlin )] ( http://kotlinlang.org )
99[ ![ Maven Central Version] ( https://img.shields.io/maven-central/v/io.toolisticon.maven.parent/maven-parent-kotlin-base )] ( https://central.sonatype.com/artifact/io.toolisticon.maven.parent/maven-parent-kotlin-base )
1010
1111## About
@@ -60,10 +60,12 @@ are included.
6060
6161## Libs
6262
63- | Lib | Version | Info |
64- | --------| ----------| --------------------------------------|
65- | jetbrains-annotations | ` 26.0.2-1 ` | common annotations |
66- | junit5 | ` 5.13.4 ` | bom dependency, unit testing |
63+ | Lib | Version | Info |
64+ | -----------------------| ------------| ----------------------|
65+ | jetbrains-annotations | ` 26.0.2-1 ` | common annotations |
66+ | junit5 | ` 5.13.4 ` | bom, unit testing |
67+ | assertj | ` 3.27.4 ` | bom, test assertions |
68+ | mockito-kotlin | ` 6.0.0 ` | test, mocking |
6769
6870## Plugins
6971
@@ -80,13 +82,13 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
8082| [ maven-dependency] ( https://maven.apache.org/plugins/maven-dependency-plugin/ ) | ` 3.8.1 ` | check/update dependency versions |
8183| [ maven-deploy] ( https://maven.apache.org/plugins/maven-deploy-plugin/ ) | ` 3.1.4 ` | - |
8284| [ maven-enforcer] ( https://maven.apache.org/enforcer/maven-enforcer-plugin/ ) | ` 3.6.1 ` | enforce project setup |
83- | [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.5.3 ` | testing |
85+ | [ maven-failsafe] ( https://maven.apache.org/surefire/maven-failsafe-plugin/ ) | ` 3.5.4 ` | testing |
8486| [ maven-gpg] ( https://maven.apache.org/plugins/maven-gpg-plugin/ ) | ` 3.2.8 ` | sign artifacts for release |
8587| [ maven-install] ( https://maven.apache.org/plugins/maven-install-plugin/ ) | ` 3.1.4 ` | - |
8688| [ maven-jar-plugin] ( https://maven.apache.org/plugins/maven-jar-plugin/ ) | ` 3.4.2 ` | - |
8789| [ maven-resources] ( https://maven.apache.org/plugins/maven-resources-plugin/ ) | ` 3.3.1 ` | filter resources |
8890| [ maven-source] ( https://maven.apache.org/plugins/maven-source-plugin/ ) | ` 3.3.1 ` | add sources to artifacts |
89- | [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.3 ` | testing |
91+ | [ maven-surefire] ( https://maven.apache.org/surefire/maven-surefire-plugin/ ) | ` 3.5.4 ` | testing |
9092| [ directory-maven-plugin] ( https://github.com/hazendaz/directory-maven-plugin ) | ` 1.2.1 ` | expose root dir for multimudule |
9193| [ build-helper] ( https://www.mojohaus.org/build-helper-maven-plugin/ ) | ` 3.6.1 ` | define source directories |
9294| [ gitflow-maven] ( https://aleksandr-m.github.io/gitflow-maven-plugin/ ) | ` 1.21.0 ` | gitflow relase master/develop/release |
@@ -96,7 +98,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
9698| [ properties-maven] ( https://www.mojohaus.org/properties-maven-plugin/ ) | ` 1.2.1 ` | generate build properties for project |
9799| [ versions-maven] ( https://www.mojohaus.org/versions/versions-maven-plugin/index.html ) | ` 2.19.0 ` | modify versions of project |
98100| [ nexus-staging-maven] ( https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md ) | ` 1.6.13 ` | release on maven central |
99- | [ maven-wrapper] ( https://maven.apache.org/wrapper/maven-wrapper-plugin/plugin-info.html ) | ` 3.3.3 ` | execute maven without central installation |
101+ | [ maven-wrapper] ( https://maven.apache.org/wrapper/maven-wrapper-plugin/plugin-info.html ) | ` 3.3.4 ` | execute maven without central installation |
100102| [ flatten-maven] ( https://www.mojohaus.org/flatten-maven-plugin/ ) | ` 1.7.2 ` | flatten the released pom |
101103
102104## Release a new version
0 commit comments