Skip to content

Commit

Permalink
Release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed May 19, 2023
1 parent b629151 commit 3943e74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ may be an appropriate choice.
}
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.6")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.1.0")
}
}
dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.0-SNAPSHOT")
implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.0")
}
```
Expand All @@ -50,7 +50,7 @@ may be an appropriate choice.
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.6</version>
<version>3.1.0</version>
<relativePath/>
</parent>
Expand All @@ -62,7 +62,7 @@ may be an appropriate choice.
<dependency>
<groupId>com.navercorp.spring</groupId>
<artifactId>spring-boot-starter-data-jdbc-plus-sql</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

allprojects {
group = "com.navercorp.spring"
version = "3.1.0-SNAPSHOT"
version = "3.1.0"
}

subprojects {
Expand Down

0 comments on commit 3943e74

Please sign in to comment.