Skip to content

Commit 3943e74

Browse files
committed
Release 3.1.0
1 parent b629151 commit 3943e74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ may be an appropriate choice.
3434
}
3535
}
3636
dependencies {
37-
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.6")
37+
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.0")
3838
}
3939
}
4040
4141
dependencies {
4242
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
43-
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.0-SNAPSHOT")
43+
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.0")
4444
}
4545
```
4646
@@ -50,7 +50,7 @@ may be an appropriate choice.
5050
<parent>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-parent</artifactId>
53-
<version>3.0.6</version>
53+
<version>3.1.0</version>
5454
<relativePath/>
5555
</parent>
5656
@@ -62,7 +62,7 @@ may be an appropriate choice.
6262
<dependency>
6363
<groupId>com.navercorp.spring</groupId>
6464
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
65-
<version>3.1.0-SNAPSHOT</version>
65+
<version>3.1.0</version>
6666
</dependency>
6767
```
6868

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = "com.navercorp.spring"
18-
version = "3.1.0-SNAPSHOT"
18+
version = "3.1.0"
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)