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

Commit 8192aaa

Browse files
committed
Release v1.0.2
1 parent 1578c8f commit 8192aaa

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ and includes them into your native image without additional configurations.
122122

123123
```groovy
124124
dependencies {
125-
annotationProcessor "org.seasar.doma:doma-processor:2.40.0"
126-
implementation "org.seasar.doma:doma-core:2.40.0"
127-
implementation "org.seasar.doma:doma-quarkus-deployment:1.0.1"
125+
annotationProcessor "org.seasar.doma:doma-processor:2.41.0"
126+
implementation "org.seasar.doma:doma-core:2.41.0"
127+
implementation "org.seasar.doma:doma-quarkus-deployment:1.0.2"
128128
}
129129
```
130130

@@ -135,18 +135,18 @@ dependencies {
135135
<dependency>
136136
<groupId>org.seasar.doma</groupId>
137137
<artifactId>doma-processor</artifactId>
138-
<version>2.40.0</version>
138+
<version>2.41.0</version>
139139
<scope>provided</scope>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.seasar.doma</groupId>
143143
<artifactId>doma-core</artifactId>
144-
<version>2.40.0</version>
144+
<version>2.41.0</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.seasar.doma</groupId>
148148
<artifactId>doma-quarkus-deployment</artifactId>
149-
<version>1.0.1</version>
149+
<version>1.0.2</version>
150150
</dependency>
151151
...
152152
</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>999-SNAPSHOT</version>
9+
<version>1.0.2</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>999-SNAPSHOT</version>
9+
<version>1.0.2</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>999-SNAPSHOT</version>
9+
<version>1.0.2</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

0 commit comments

Comments
 (0)