Skip to content

Commit efc514b

Browse files
committed
Release 1.0.0
1 parent ef397b7 commit efc514b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 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.0.0.RC2</version>
32+
<version>1.0.0</version>
3333
</dependency>
3434
```
3535

@@ -64,7 +64,7 @@ Add the following dependency to `pom.xml` so that we can use Doma with Spring Bo
6464
<dependency>
6565
<groupId>org.seasar.doma.boot</groupId>
6666
<artifactId>doma-spring-boot-starter</artifactId>
67-
<version>1.0.0.RC2</version>
67+
<version>1.0.0</version>
6868
</dependency>
6969
```
7070

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.0.0-SNAPSHOT</version>
8+
<version>1.0.0</version>
99
<packaging>pom</packaging>
1010

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

0 commit comments

Comments
 (0)