Skip to content

Commit ae6b13c

Browse files
authored
Merge pull request #263 from ekino/chore/prepare-9.0
chore: prepare release 9.0.0
2 parents 6ef3926 + 1ddf185 commit ae6b13c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It also requires a Spring Boot **MVC** web application.
1616

1717
| Spring Boot | starter-errors | Kotlin |
1818
|:-----------:|:--------------:|:------:|
19-
| 3.0 | 9.x | 1.8 |
19+
| 3.0 | 9.x | 1.7 |
2020
| 2.7 | 8.x | 1.7 |
2121
| 2.6 | 7.x | 1.6 |
2222
| 2.5 | 5.x | 1.5 |

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id("ekino.oss.test")
55
}
66

7-
version = "9.0.0-SNAPSHOT"
7+
version = "9.0.0"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)