Skip to content

Commit f028fb8

Browse files
committed
Merge branch 'release/2024.8.0'
2 parents 299c68e + ae71a01 commit f028fb8

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ see [official plugins](https://maven.apache.org/plugins/index.html)
9292
| [properties-maven](https://www.mojohaus.org/properties-maven-plugin/) | `1.2.1` | generate build properties for project |
9393
| [versions-maven](https://www.mojohaus.org/versions/versions-maven-plugin/index.html) | `2.17.1` | modify versions of project |
9494
| [nexus-staging-maven](https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md) | `1.6.13` | release on maven central |
95+
| [maven-wrapper](https://maven.apache.org/wrapper/maven-wrapper-plugin/plugin-info.html) | `3.3.2` | execute maven without central installation |
9596

9697
## Release a new version
9798

pom.xml

Lines changed: 9 additions & 2 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.7.1</version>
7+
<version>2024.8.0</version>
88

99
<name>Maven Parent - Kotlin Base</name>
1010
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -555,7 +555,7 @@
555555
<plugin>
556556
<groupId>org.apache.avro</groupId>
557557
<artifactId>avro-maven-plugin</artifactId>
558-
<version>1.11.3</version>
558+
<version>1.12.0</version>
559559
</plugin>
560560

561561
<!-- CLEAN (version) -->
@@ -582,6 +582,13 @@
582582
</configuration>
583583
</plugin>
584584

585+
<!-- WRAPPER (execute maven without central installation) -->
586+
<plugin>
587+
<groupId>org.apache.maven.plugins</groupId>
588+
<artifactId>maven-wrapper-plugin</artifactId>
589+
<version>3.3.2</version>
590+
</plugin>
591+
585592
<!-- ENFORCE (version, java target, maven target) -->
586593
<plugin>
587594
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)