We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd9f6f commit 870b85dCopy full SHA for 870b85d
README.md
@@ -20,9 +20,6 @@ It also requires a Spring Boot **MVC** web application.
20
| 2.6 | 7.x | 1.6 |
21
| 2.5 | 5.x | 1.5 |
22
| 2.4 | 4.x | 1.4 |
23
-| 2.3 | 3.x | 1.3 |
24
-| 2.2 | 2.x | 1.3 |
25
-| 2.1 | 1.x | 1.3 |
26
27
Other combinations might work, but they're not supported.
28
build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
id("ekino.oss.test")
5
}
6
7
-version = "8.0.0-SNAPSHOT"
+version = "8.0.0"
8
9
repositories {
10
mavenCentral()
0 commit comments