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 001d437 commit fd7b965Copy full SHA for fd7b965
README.md
@@ -59,7 +59,7 @@ If you need to use Spring Data JDBC's Persistence features and SQL execution fun
59
<dependency>
60
<groupId>com.navercorp.spring</groupId>
61
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
62
- <version>2.4.1-SNAPSHOT</version>
+ <version>2.4.1</version>
63
</dependency>
64
```
65
build.gradle
@@ -15,7 +15,7 @@ buildscript {
15
16
allprojects {
17
group = "com.navercorp.spring"
18
- version = "2.4.1-SNAPSHOT"
+ version = "2.4.1"
19
}
20
21
subprojects {
0 commit comments