Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 4734f16

Browse files
committed
Release 0.4.0
1 parent e4cfe9a commit 4734f16

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ and includes them into your native image without additional configurations.
6161
dependencies {
6262
annotationProcessor "org.seasar.doma:doma-processor:2.37.0"
6363
implementation "org.seasar.doma:doma-core:2.37.0"
64-
implementation "org.seasar.doma:doma-quarkus-deployment:0.3.0"
64+
implementation "org.seasar.doma:doma-quarkus-deployment:0.4.0"
6565
}
6666
```
6767

@@ -83,7 +83,7 @@ dependencies {
8383
<dependency>
8484
<groupId>org.seasar.doma</groupId>
8585
<artifactId>doma-quarkus-deployment</artifactId>
86-
<version>0.3.0</version>
86+
<version>0.4.0</version>
8787
</dependency>
8888
...
8989
</dependencies>

deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.seasar.doma</groupId>
88
<artifactId>doma-quarkus-parent</artifactId>
9-
<version>0.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

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</groupId>
88
<artifactId>doma-quarkus-parent</artifactId>
9-
<version>0.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
<name>Quarkus - Doma - Parent</name>
1111
<packaging>pom</packaging>
1212
<description>Quarkus Extension for Doma</description>

runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.seasar.doma</groupId>
88
<artifactId>doma-quarkus-parent</artifactId>
9-
<version>0.4.0-SNAPSHOT</version>
9+
<version>0.4.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)