File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,11 @@ are included.
4545
4646## Versions
4747
48- * kotlin: 1.9.10 - used in kotlin compiler und kotlin libs.
48+ * kotlin: 1.9.10 - used in kotlin compiler und kotlin libs.
49+
50+ ## Release
51+
52+ 1 . on local console: ` mvn release:start ` - wait for action
53+ 2 . on local console: ` mvn release:finish ` - wait for action - sonatype pipeline will run
54+ 3 . close milestone
55+ 4 . github release - publish
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 >2023.9.0 </version >
7+ <version >2023.9.1 </version >
88
99 <name >Maven Parent - Kotlin Base</name >
1010 <description >Maven parent for a holistic kotlin lib project.</description >
592592 <plugin >
593593 <groupId >com.tngtech.jgiven</groupId >
594594 <artifactId >jgiven-maven-plugin</artifactId >
595- <version >1.2.5 </version >
595+ <version >1.3.0 </version >
596596 <executions >
597597 <execution >
598598 <id >generate-report</id >
You can’t perform that action at this time.
0 commit comments