From 4ca98b25889007723366ec0357631c957c53302e Mon Sep 17 00:00:00 2001 From: "yd.2" Date: Mon, 26 Jun 2023 10:50:17 +0900 Subject: [PATCH] Release 3.1.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 090cd5b1..eb75bdf6 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.1-SNAPSHOT") + implementation("com.navercorp.spring:spring-boot-starter-data-jdbc-plus-sql:3.1.1") } ``` @@ -62,7 +62,7 @@ may be an appropriate choice. com.navercorp.spring spring-boot-starter-data-jdbc-plus-sql - 3.1.1-SNAPSHOT + 3.1.1 ``` diff --git a/build.gradle b/build.gradle index ac5751ae..54c911a6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { allprojects { group = "com.navercorp.spring" - version = "3.1.1-SNAPSHOT" + version = "3.1.1" } subprojects {