From 023ff0023ead0794e5d7ce97cea1e42a1c782294 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Fri, 6 Oct 2023 18:12:04 +0900 Subject: [PATCH] Release 3.1.4 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d86abe5c..6caa00cc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ may be an appropriate choice. dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.4-SNAPSHOT") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.4") } ``` @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.1.4-SNAPSHOT + 3.1.4 ``` diff --git a/build.gradle b/build.gradle index e7aec667..f3250354 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.1.4-SNAPSHOT" + version = "3.1.4" } subprojects {