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 @@ -144,8 +144,8 @@ plugins {
144144}
145145
146146dependencies {
147- implementation(" org.seasar.doma:doma-core:3.6 .0" )
148- annotationProcessor(" org.seasar.doma:doma-processor:3.6 .0" )
147+ implementation(" org.seasar.doma:doma-core:3.7 .0" )
148+ annotationProcessor(" org.seasar.doma:doma-processor:3.7 .0" )
149149}
150150```
151151
@@ -157,8 +157,8 @@ plugins {
157157}
158158
159159dependencies {
160- implementation(" org.seasar.doma:doma-kotlin:3.6 .0" )
161- kapt(" org.seasar.doma:doma-processor:3.6 .0" )
160+ implementation(" org.seasar.doma:doma-kotlin:3.7 .0" )
161+ kapt(" org.seasar.doma:doma-processor:3.7 .0" )
162162}
163163```
164164
@@ -171,7 +171,7 @@ For Java projects:
171171``` xml
172172...
173173<properties >
174- <doma .version>3.6 .0</doma .version>
174+ <doma .version>3.7 .0</doma .version>
175175</properties >
176176...
177177<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.6.1-SNAPSHOT " ;
25+ private static final String VERSION = "3.7.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.6.1-SNAPSHOT
2+ version =3.7.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