From 64e187eeb1bafc863b63bb85ce9e14991846715e Mon Sep 17 00:00:00 2001 From: Uragami Taichi Date: Wed, 20 May 2020 20:32:50 +0900 Subject: [PATCH] Release 1.4.0 --- README.md | 6 +++--- doma-spring-boot-autoconfigure/pom.xml | 2 +- doma-spring-boot-core/pom.xml | 2 +- .../doma-spring-boot-sample-entity-listener/pom.xml | 2 +- .../doma-spring-boot-sample-event-handler/pom.xml | 2 +- .../doma-spring-boot-sample-simple/pom.xml | 2 +- doma-spring-boot-samples/pom.xml | 2 +- doma-spring-boot-starter/pom.xml | 2 +- pom.xml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index ba70e08..d468145 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ doma.exception-sql-log-type= # Type of SQL log in the exception. (RAW, FORMATTED org.seasar.doma.boot doma-spring-boot-starter - 1.3.0 + 1.4.0 ``` @@ -64,7 +64,7 @@ Add the following dependencies to `pom.xml` so that we can use Doma with Spring org.seasar.doma.boot doma-spring-boot-starter - 1.3.0 + 1.4.0 org.seasar.doma @@ -80,7 +80,7 @@ If you use Doma 2.29.0 or lower, the dependencies are as follows. org.seasar.doma.boot doma-spring-boot-starter - 1.3.0 + 1.4.0 org.seasar.doma diff --git a/doma-spring-boot-autoconfigure/pom.xml b/doma-spring-boot-autoconfigure/pom.xml index 6e50a0f..d247d9e 100644 --- a/doma-spring-boot-autoconfigure/pom.xml +++ b/doma-spring-boot-autoconfigure/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml diff --git a/doma-spring-boot-core/pom.xml b/doma-spring-boot-core/pom.xml index bc439e8..47aa116 100644 --- a/doma-spring-boot-core/pom.xml +++ b/doma-spring-boot-core/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml diff --git a/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml b/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml index 0dd0b75..c517b2f 100644 --- a/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml +++ b/doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot-samples - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml diff --git a/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml b/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml index 1b6842e..dc4b9a1 100644 --- a/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml +++ b/doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot-samples - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml diff --git a/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml b/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml index 47cf46f..f06c65a 100644 --- a/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml +++ b/doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot-samples - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml diff --git a/doma-spring-boot-samples/pom.xml b/doma-spring-boot-samples/pom.xml index 63e4dc3..28c102a 100644 --- a/doma-spring-boot-samples/pom.xml +++ b/doma-spring-boot-samples/pom.xml @@ -5,7 +5,7 @@ doma-spring-boot org.seasar.doma.boot - 1.4.0-SNAPSHOT + 1.4.0 pom 4.0.0 diff --git a/doma-spring-boot-starter/pom.xml b/doma-spring-boot-starter/pom.xml index 8052796..f1a3df8 100644 --- a/doma-spring-boot-starter/pom.xml +++ b/doma-spring-boot-starter/pom.xml @@ -12,7 +12,7 @@ org.seasar.doma.boot doma-spring-boot - 1.4.0-SNAPSHOT + 1.4.0 ../pom.xml diff --git a/pom.xml b/pom.xml index 8c19863..dd8ee3d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seasar.doma.boot doma-spring-boot - 1.4.0-SNAPSHOT + 1.4.0 pom doma-spring-boot