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

Commit 33184f5

Browse files
committed
Release 0.5.0
1 parent 44efa52 commit 33184f5

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
@@ -122,7 +122,7 @@ and includes them into your native image without additional configurations.
122122
dependencies {
123123
annotationProcessor "org.seasar.doma:doma-processor:2.37.0"
124124
implementation "org.seasar.doma:doma-core:2.37.0"
125-
implementation "org.seasar.doma:doma-quarkus-deployment:0.4.0"
125+
implementation "org.seasar.doma:doma-quarkus-deployment:0.5.0"
126126
}
127127
```
128128

@@ -144,7 +144,7 @@ dependencies {
144144
<dependency>
145145
<groupId>org.seasar.doma</groupId>
146146
<artifactId>doma-quarkus-deployment</artifactId>
147-
<version>0.4.0</version>
147+
<version>0.5.0</version>
148148
</dependency>
149149
...
150150
</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.5.0-SNAPSHOT</version>
9+
<version>0.5.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.5.0-SNAPSHOT</version>
9+
<version>0.5.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.5.0-SNAPSHOT</version>
9+
<version>0.5.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)