File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
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) -->
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 >
You can’t perform that action at this time.
0 commit comments