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 @@ -124,7 +124,7 @@ and includes them into your native image without additional configurations.
124124dependencies {
125125 annotationProcessor "org.seasar.doma:doma-processor:2.40.0"
126126 implementation "org.seasar.doma:doma-core:2.40.0"
127- implementation "org.seasar.doma:doma-quarkus-deployment:1.0.0 "
127+ implementation "org.seasar.doma:doma-quarkus-deployment:1.0.1 "
128128}
129129```
130130
@@ -146,7 +146,7 @@ dependencies {
146146 <dependency >
147147 <groupId >org.seasar.doma</groupId >
148148 <artifactId >doma-quarkus-deployment</artifactId >
149- <version >1.0.0 </version >
149+ <version >1.0.1 </version >
150150 </dependency >
151151 ...
152152</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 >999-SNAPSHOT </version >
9+ <version >1.0.1 </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 >999-SNAPSHOT </version >
9+ <version >1.0.1 </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 >999-SNAPSHOT </version >
9+ <version >1.0.1 </version >
1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
You can’t perform that action at this time.
0 commit comments