Skip to content

Commit fd6b5aa

Browse files
authored
Merge pull request #54 from domaframework/release-1.4.0
Release 1.4.0
2 parents c8d8993 + 64e187e commit fd6b5aa

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ doma.exception-sql-log-type= # Type of SQL log in the exception. (RAW, FORMATTED
2929
<dependency>
3030
<groupId>org.seasar.doma.boot</groupId>
3131
<artifactId>doma-spring-boot-starter</artifactId>
32-
<version>1.3.0</version>
32+
<version>1.4.0</version>
3333
</dependency>
3434
```
3535

@@ -64,7 +64,7 @@ Add the following dependencies to `pom.xml` so that we can use Doma with Spring
6464
<dependency>
6565
<groupId>org.seasar.doma.boot</groupId>
6666
<artifactId>doma-spring-boot-starter</artifactId>
67-
<version>1.3.0</version>
67+
<version>1.4.0</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>org.seasar.doma</groupId>
@@ -80,7 +80,7 @@ If you use Doma 2.29.0 or lower, the dependencies are as follows.
8080
<dependency>
8181
<groupId>org.seasar.doma.boot</groupId>
8282
<artifactId>doma-spring-boot-starter</artifactId>
83-
<version>1.3.0</version>
83+
<version>1.4.0</version>
8484
<exclusions>
8585
<exclusion>
8686
<groupId>org.seasar.doma</groupId>

doma-spring-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.4.0-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.4.0-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/doma-spring-boot-sample-entity-listener/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.4.0-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/doma-spring-boot-sample-event-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.4.0-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/doma-spring-boot-sample-simple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot-samples</artifactId>
15-
<version>1.4.0-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>doma-spring-boot</artifactId>
77
<groupId>org.seasar.doma.boot</groupId>
8-
<version>1.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
</parent>
1010
<packaging>pom</packaging>
1111
<modelVersion>4.0.0</modelVersion>

doma-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.seasar.doma.boot</groupId>
1414
<artifactId>doma-spring-boot</artifactId>
15-
<version>1.4.0-SNAPSHOT</version>
15+
<version>1.4.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seasar.doma.boot</groupId>
77
<artifactId>doma-spring-boot</artifactId>
8-
<version>1.4.0-SNAPSHOT</version>
8+
<version>1.4.0</version>
99
<packaging>pom</packaging>
1010

1111
<name>doma-spring-boot</name>

0 commit comments

Comments
 (0)