File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
doma-core/src/main/java/org/seasar/doma/internal Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ plugins {
145145}
146146
147147dependencies {
148- implementation(" org.seasar.doma:doma-core:3.9.1 " )
149- annotationProcessor(" org.seasar.doma:doma-processor:3.9.1 " )
148+ implementation(" org.seasar.doma:doma-core:3.10.0 " )
149+ annotationProcessor(" org.seasar.doma:doma-processor:3.10.0 " )
150150}
151151```
152152
@@ -158,8 +158,8 @@ plugins {
158158}
159159
160160dependencies {
161- implementation(" org.seasar.doma:doma-kotlin:3.9.1 " )
162- kapt(" org.seasar.doma:doma-processor:3.9.1 " )
161+ implementation(" org.seasar.doma:doma-kotlin:3.10.0 " )
162+ kapt(" org.seasar.doma:doma-processor:3.10.0 " )
163163}
164164```
165165
@@ -172,7 +172,7 @@ For Java projects:
172172``` xml
173173...
174174<properties >
175- <doma .version>3.9.1 </doma .version>
175+ <doma .version>3.10.0 </doma .version>
176176</properties >
177177...
178178<dependencies >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public final class Artifact {
2222
2323 private static final String NAME = "Doma" ;
2424
25- private static final String VERSION = "3.9.2-SNAPSHOT " ;
25+ private static final String VERSION = "3.10.0 " ;
2626
2727 public static String getName () {
2828 return NAME ;
Original file line number Diff line number Diff line change 11group =org.seasar.doma
2- version =3.9.2-SNAPSHOT
2+ version =3.10.0
33encoding =UTF-8
44projectUrl =https://github.com/domaframework/doma
55githubUrl =
[email protected] :domaframework/doma.git
You can’t perform that action at this time.
0 commit comments