Skip to content

Commit e865ebd

Browse files
committed
Release 1.0.0.RC2
1 parent 3187d87 commit e865ebd

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ doma.exception-sql-log-type= # Type of SQL log in the exception. (RAW, FORMATTED
2727
<dependency>
2828
<groupId>org.seasar.doma.boot</groupId>
2929
<artifactId>doma-spring-boot-starter</artifactId>
30-
<version>1.0.0.RC1</version>
30+
<version>1.0.0.RC2</version>
3131
</dependency>
3232
```
3333

@@ -46,4 +46,4 @@ Add the following repository to use snapshots.
4646

4747
## License
4848

49-
Licensed under the Apache License, Version 2.0.
49+
Licensed under the Apache License, Version 2.0.

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

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

0 commit comments

Comments
 (0)