Skip to content

Commit a952994

Browse files
committed
Merge branch 'release/2024.8.4'
2 parents 4c25906 + 66ac5bc commit a952994

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
7070
|----------------------------------------------------------------------------------------------------------------------------|----------|---------------------------------------------|
7171
| [maven-compiler](https://maven.apache.org/plugins/maven-compiler-plugin/) | `3.13.0` | disabling java compiler for kotlin projects |
7272
| [kotlin-maven-plugin](https://kotlinlang.org/docs/maven.html) | `2.0.0` | kotlin compiler plugin |
73-
| [maven-javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/) | `3.8.0` | include javadoc |
73+
| [maven-javadoc](https://maven.apache.org/plugins/maven-javadoc-plugin/) | `3.10.0` | include javadoc |
7474
| [dokka](https://kotlinlang.org/docs/dokka-maven.html#apply-dokka) | `1.9.20` | use dokka for javadoc |
7575
| [avro-maven](https://avro.apache.org/docs/1.11.1/getting-started-java/) | `1.12.0` | avro code generation |
7676
| [maven-clean](https://maven.apache.org/plugins/maven-clean-plugin/) | `3.4.0` | clean project |
7777
| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.8.0` | check/update dependency versions |
7878
| [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.3` | - |
7979
| [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | `3.4.1` | enforce project setup |
80-
| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.4.0` | testing |
80+
| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.5.0` | testing |
8181
| [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | `3.2.5` | sign artifacts for release |
8282
| [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | `3.1.3` | - |
8383
| [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | `3.4.2` | - |
8484
| [maven-resources](https://maven.apache.org/plugins/maven-resources-plugin/) | `3.3.1` | filter resources |
8585
| [maven-surce](https://maven.apache.org/plugins/maven-source-plugin/) | `3.3.1` | add sources to artifacts |
86-
| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.4.0` | testing |
86+
| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.5.0` | testing |
8787
| [build-helper](https://www.mojohaus.org/build-helper-maven-plugin/) | `3.6.0` | define source directories |
8888
| [gitflow-maven](https://aleksandr-m.github.io/gitflow-maven-plugin/) | `1.21.0` | gitflow relase master/develop/release |
8989
| [jacoco-maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | `0.8.12` | test reports |

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.toolisticon.maven.parent</groupId>
66
<artifactId>maven-parent-kotlin-base</artifactId>
7-
<version>2024.8.3</version>
7+
<version>2024.8.4</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -522,7 +522,7 @@
522522
<plugin>
523523
<groupId>org.apache.maven.plugins</groupId>
524524
<artifactId>maven-javadoc-plugin</artifactId>
525-
<version>3.8.0</version>
525+
<version>3.10.0</version>
526526
<executions>
527527
<execution>
528528
<id>attach-javadocs</id>
@@ -628,7 +628,7 @@
628628
<plugin>
629629
<groupId>org.apache.maven.plugins</groupId>
630630
<artifactId>maven-surefire-plugin</artifactId>
631-
<version>3.4.0</version>
631+
<version>3.5.0</version>
632632
<configuration>
633633
<useSystemClassLoader>false</useSystemClassLoader>
634634
<shutdown>kill</shutdown>
@@ -649,7 +649,7 @@
649649
<plugin>
650650
<groupId>org.apache.maven.plugins</groupId>
651651
<artifactId>maven-failsafe-plugin</artifactId>
652-
<version>3.4.0</version>
652+
<version>3.5.0</version>
653653
<executions>
654654
<execution>
655655
<id>integration-tests</id>

0 commit comments

Comments
 (0)