This repository was archived by the owner on Oct 24, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ and includes them into your native image without additional configurations.
6161dependencies {
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 >
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments