Skip to content

Commit 37dee9b

Browse files
committed
Release 2.0.0
1 parent 017730c commit 37dee9b

File tree

10 files changed

+11
-32
lines changed

10 files changed

+11
-32
lines changed

README.md

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -30,37 +30,16 @@ 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.8.0</version>
33+
<version>2.0.0</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.seasar.doma</groupId>
3737
<artifactId>doma-processor</artifactId>
38-
<version>2.50.0</version>
38+
<version>3.0.0</version>
3939
<optional>true</optional>
4040
</dependency>
4141
```
4242

43-
If you use Doma 2.29.0 or lower, the dependencies are as follows.
44-
45-
```xml
46-
<dependency>
47-
<groupId>org.seasar.doma.boot</groupId>
48-
<artifactId>doma-spring-boot-starter</artifactId>
49-
<version>1.8.0</version>
50-
<exclusions>
51-
<exclusion>
52-
<groupId>org.seasar.doma</groupId>
53-
<artifactId>doma-core</artifactId>
54-
</exclusion>
55-
</exclusions>
56-
</dependency>
57-
<dependency>
58-
<groupId>org.seasar.doma</groupId>
59-
<artifactId>doma</artifactId>
60-
<version>2.29.0</version>
61-
</dependency>
62-
```
63-
6443
Add the following repository to use snapshots.
6544

6645
``` xml

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.9.0-SNAPSHOT</version>
15+
<version>2.0.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.9.0-SNAPSHOT</version>
15+
<version>2.0.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.9.0-SNAPSHOT</version>
15+
<version>2.0.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.9.0-SNAPSHOT</version>
15+
<version>2.0.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.9.0-SNAPSHOT</version>
15+
<version>2.0.0</version>
1616
<relativePath>../pom.xml</relativePath>
1717
</parent>
1818

doma-spring-boot-samples/doma-spring-boot-sample-two-datasource/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.9.0-SNAPSHOT</version>
15+
<version>2.0.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.9.0-SNAPSHOT</version>
8+
<version>2.0.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.9.0-SNAPSHOT</version>
15+
<version>2.0.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
@@ -6,7 +6,7 @@
66

77
<groupId>org.seasar.doma.boot</groupId>
88
<artifactId>doma-spring-boot</artifactId>
9-
<version>1.9.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<packaging>pom</packaging>
1111

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

0 commit comments

Comments
 (0)