From a28247ff519838d22846736cd0369918df38f48f Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Wed, 19 Apr 2023 22:21:04 +0900 Subject: [PATCH] Release 3.0.5 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ac5c8e6..42bb708f 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.0.5-SNAPSHOT") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.5") } ``` @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.0.5-SNAPSHOT + 3.0.5 ``` diff --git a/build.gradle b/build.gradle index 78e59b78..d4f5ab26 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.0.5-SNAPSHOT" + version = "3.0.5" } subprojects {