Skip to content

Commit f08af72

Browse files
committed
Merge branch 'release/2023.9.1'
2 parents 4ba17f0 + 633a5c0 commit f08af72

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 2 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>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>
@@ -592,7 +592,7 @@
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>

0 commit comments

Comments
 (0)