Skip to content

Commit

Permalink
Merge branch 'release/2025.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
jangalinski committed Jan 24, 2025
2 parents c61982f + 5303b2e commit 19eb112
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ are included.
|-----------------------|---------|-------------------------------------------|
| kotlin | `2.1.0` | used in kotlin compiler und kotlin libs. |
| java | `17` | compile target |
| kotlinx-coroutines | `1.9.1` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.7.3` | all BOM libs explicitly listed |
| kotlinx-coroutines | `1.10.1` | all BOM libs explicitly listed |
| kotlinx-serialization | `1.8.0` | all BOM libs explicitly listed |
| kotlin-logging | `3.0.5` | logging support |

## Libs
Expand Down Expand Up @@ -90,7 +90,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
| [gitflow-maven](https://aleksandr-m.github.io/gitflow-maven-plugin/) | `1.21.0` | gitflow relase master/develop/release |
| [jacoco-maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | `0.8.12` | test reports |
| [jgiven-maven](https://jgiven.org/userguide/#_maven) | `2.0.1` | jgiven test reports |
| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.10.0` | openapi/swagger code generation |
| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.11.0` | openapi/swagger code generation |
| [properties-maven](https://www.mojohaus.org/properties-maven-plugin/) | `1.2.1` | generate build properties for project |
| [versions-maven](https://www.mojohaus.org/versions/versions-maven-plugin/index.html) | `2.18.0` | modify versions of project |
| [nexus-staging-maven](https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md) | `1.6.13` | release on maven central |
Expand Down
8 changes: 4 additions & 4 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.12.2</version>
<version>2025.1.0</version>

<name>Maven Parent - Kotlin Base</name>
<description>Maven parent for a holistic kotlin lib project.</description>
Expand Down Expand Up @@ -47,11 +47,11 @@
<java.version>17</java.version>
<jdk.version>17</jdk.version>

<kotlinx-serialization.version>1.7.3</kotlinx-serialization.version>
<kotlinx-serialization.version>1.8.0</kotlinx-serialization.version>
<kotlinx-coroutines.version>1.10.1</kotlinx-coroutines.version>
<kotlin-logging.version>3.0.5</kotlin-logging.version>

<jetbrains-annotations.version>26.0.1</jetbrains-annotations.version>
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>

<!-- TEST -->
<junit5.version>5.11.4</junit5.version>
Expand Down Expand Up @@ -856,7 +856,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.10.0</version>
<version>7.11.0</version>
</plugin>

<!-- [GENERATOR]: PROPERTIES (writes maven properties to src) (version,execution) -->
Expand Down

0 comments on commit 19eb112

Please sign in to comment.