Skip to content

Commit

Permalink
Merge branch 'release/2024.8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Aug 22, 2024
2 parents 1688227 + d7cd6ac commit 4c25906
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ are included.

| Type | Version | Info |
|-----------------------|---------|-------------------------------------------|
| kotlin | `2.0.10` | used in kotlin compiler und kotlin libs. |
| kotlin | `2.0.20` | used in kotlin compiler und kotlin libs. |
| java | `17` | compile target |
| kotlinx-coroutines | `1.8.1` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.7.1` | all BOM libs explicitly listed |
Expand All @@ -74,7 +74,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
| [dokka](https://kotlinlang.org/docs/dokka-maven.html#apply-dokka) | `1.9.20` | use dokka for javadoc |
| [avro-maven](https://avro.apache.org/docs/1.11.1/getting-started-java/) | `1.12.0` | avro code generation |
| [maven-clean](https://maven.apache.org/plugins/maven-clean-plugin/) | `3.4.0` | clean project |
| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.7.1` | check/update dependency versions |
| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.8.0` | check/update dependency versions |
| [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.3` | - |
| [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | `3.4.1` | enforce project setup |
| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.4.0` | testing |
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.toolisticon.maven.parent</groupId>
<artifactId>maven-parent-kotlin-base</artifactId>
<version>2024.8.2</version>
<version>2024.8.3</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -39,7 +39,7 @@
<kp.skipITests>false</kp.skipITests>

<!-- LANGUAGE VERSIONS -->
<kotlin.version>2.0.10</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
<kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental>
Expand Down Expand Up @@ -579,7 +579,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
</plugin>

<!-- DEPLOY (version, config) -->
Expand Down

0 comments on commit 4c25906

Please sign in to comment.