Skip to content

Commit bee76e0

Browse files
committed
Release 1.5.0
1 parent ec6d03f commit bee76e0

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
@@ -30,7 +30,7 @@ doma.jdbc-logger= # Type of JdbcLogger. (SLF4J, JUL)
3030
<dependency>
3131
<groupId>org.seasar.doma.boot</groupId>
3232
<artifactId>doma-spring-boot-starter</artifactId>
33-
<version>1.4.0</version>
33+
<version>1.5.0</version>
3434
</dependency>
3535
```
3636

@@ -65,7 +65,7 @@ Add the following dependencies to `pom.xml` so that we can use Doma with Spring
6565
<dependency>
6666
<groupId>org.seasar.doma.boot</groupId>
6767
<artifactId>doma-spring-boot-starter</artifactId>
68-
<version>1.4.0</version>
68+
<version>1.5.0</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.seasar.doma</groupId>
@@ -81,7 +81,7 @@ If you use Doma 2.29.0 or lower, the dependencies are as follows.
8181
<dependency>
8282
<groupId>org.seasar.doma.boot</groupId>
8383
<artifactId>doma-spring-boot-starter</artifactId>
84-
<version>1.4.0</version>
84+
<version>1.5.0</version>
8585
<exclusions>
8686
<exclusion>
8787
<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.5.0-SNAPSHOT</version>
15+
<version>1.5.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.5.0-SNAPSHOT</version>
15+
<version>1.5.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.5.0-SNAPSHOT</version>
15+
<version>1.5.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.5.0-SNAPSHOT</version>
15+
<version>1.5.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.5.0-SNAPSHOT</version>
15+
<version>1.5.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.5.0-SNAPSHOT</version>
8+
<version>1.5.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.5.0-SNAPSHOT</version>
15+
<version>1.5.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.5.0-SNAPSHOT</version>
8+
<version>1.5.0</version>
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)