Skip to content

Commit e07bdaa

Browse files
committed
Merge branch 'release/2025.3.0'
2 parents 357904c + 409e51f commit e07bdaa

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
7777
| [avro-maven](https://avro.apache.org/docs/1.11.1/getting-started-java/) | `1.12.0` | avro code generation |
7878
| [maven-clean](https://maven.apache.org/plugins/maven-clean-plugin/) | `3.4.1` | clean project |
7979
| [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.8.1` | check/update dependency versions |
80-
| [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.3` | - |
80+
| [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.4` | - |
8181
| [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | `3.4.1` | enforce project setup |
8282
| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.5.2` | testing |
8383
| [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | `3.2.7` | sign artifacts for release |
84-
| [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | `3.1.3` | - |
84+
| [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | `3.1.4` | - |
8585
| [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | `3.4.2` | - |
8686
| [maven-resources](https://maven.apache.org/plugins/maven-resources-plugin/) | `3.3.1` | filter resources |
8787
| [maven-source](https://maven.apache.org/plugins/maven-source-plugin/) | `3.3.1` | add sources to artifacts |
8888
| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.5.2` | testing |
8989
| [build-helper](https://www.mojohaus.org/build-helper-maven-plugin/) | `3.6.0` | define source directories |
9090
| [gitflow-maven](https://aleksandr-m.github.io/gitflow-maven-plugin/) | `1.21.0` | gitflow relase master/develop/release |
9191
| [jacoco-maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | `0.8.12` | test reports |
92-
| [jgiven-maven](https://jgiven.org/userguide/#_maven) | `2.0.1` | jgiven test reports |
92+
| [jgiven-maven](https://jgiven.org/userguide/#_maven) | `2.0.2` | jgiven test reports |
9393
| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.11.0` | openapi/swagger code generation |
9494
| [properties-maven](https://www.mojohaus.org/properties-maven-plugin/) | `1.2.1` | generate build properties for project |
9595
| [versions-maven](https://www.mojohaus.org/versions/versions-maven-plugin/index.html) | `2.18.0` | modify versions of project |

pom.xml

Lines changed: 7 additions & 7 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>2025.2.1</version>
7+
<version>2025.3.0</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -40,8 +40,8 @@
4040

4141
<!-- LANGUAGE VERSIONS -->
4242
<kotlin.version>2.1.10</kotlin.version>
43-
<kotlin.compiler.apiVersion>2.0</kotlin.compiler.apiVersion>
44-
<kotlin.compiler.languageVersion>2.0</kotlin.compiler.languageVersion>
43+
<kotlin.compiler.apiVersion>2.1</kotlin.compiler.apiVersion>
44+
<kotlin.compiler.languageVersion>2.1</kotlin.compiler.languageVersion>
4545
<kotlin.compiler.incremental>${kp.compile.useIncrementalKotlinCompiler}</kotlin.compiler.incremental>
4646
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
4747
<java.version>17</java.version>
@@ -591,7 +591,7 @@
591591
<plugin>
592592
<groupId>org.apache.maven.plugins</groupId>
593593
<artifactId>maven-deploy-plugin</artifactId>
594-
<version>3.1.3</version>
594+
<version>3.1.4</version>
595595
<configuration>
596596
<skip>${kp.plugin.skipDeploy}</skip>
597597
</configuration>
@@ -707,7 +707,7 @@
707707
<plugin>
708708
<groupId>org.apache.maven.plugins</groupId>
709709
<artifactId>maven-install-plugin</artifactId>
710-
<version>3.1.3</version>
710+
<version>3.1.4</version>
711711
</plugin>
712712

713713
<!-- SOURCE (version) -->
@@ -837,7 +837,7 @@
837837
<plugin>
838838
<groupId>com.tngtech.jgiven</groupId>
839839
<artifactId>jgiven-maven-plugin</artifactId>
840-
<version>2.0.1</version>
840+
<version>2.0.2</version>
841841
<executions>
842842
<execution>
843843
<id>generate-report</id>
@@ -856,7 +856,7 @@
856856
<plugin>
857857
<groupId>org.openapitools</groupId>
858858
<artifactId>openapi-generator-maven-plugin</artifactId>
859-
<version>7.11.0</version>
859+
<version>7.12.0</version>
860860
</plugin>
861861

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

0 commit comments

Comments
 (0)