From 9a7a83ed96015c3b3bb23a0fe2027c6d35800f22 Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Mon, 27 Mar 2023 18:52:36 +0900 Subject: [PATCH] Release 3.0.4 --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f686b60c..7a1b761f 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,13 @@ may be an appropriate choice. } } dependencies { - classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.3") + classpath("org.springframework.boot:spring-boot-gradle-plugin:3.0.4") } } dependencies { implementation("org.springframework.boot:spring-boot-starter-data-jdbc") - implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.4-SNAPSHOT") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.0.4") } ``` @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.0.4-SNAPSHOT + 3.0.4 ``` diff --git a/build.gradle b/build.gradle index 062cfba5..6c3f4e45 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.0.4-SNAPSHOT" + version = "3.0.4" } subprojects {