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 @@ -121,8 +121,8 @@ plugins {
121121}
122122
123123dependencies {
124- implementation(" org.seasar.doma:doma-core:3.4 .0" )
125- annotationProcessor(" org.seasar.doma:doma-processor:3.4 .0" )
124+ implementation(" org.seasar.doma:doma-core:3.5 .0" )
125+ annotationProcessor(" org.seasar.doma:doma-processor:3.5 .0" )
126126}
127127```
128128
@@ -134,8 +134,8 @@ plugins {
134134}
135135
136136dependencies {
137- implementation(" org.seasar.doma:doma-kotlin:3.4 .0" )
138- kapt(" org.seasar.doma:doma-processor:3.4 .0" )
137+ implementation(" org.seasar.doma:doma-kotlin:3.5 .0" )
138+ kapt(" org.seasar.doma:doma-processor:3.5 .0" )
139139}
140140```
141141
@@ -148,7 +148,7 @@ For Java projects:
148148``` xml
149149...
150150<properties >
151- <doma .version>3.4 .0</doma .version>
151+ <doma .version>3.5 .0</doma .version>
152152</properties >
153153...
154154<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.4.1-SNAPSHOT " ;
25+ private static final String VERSION = "3.5.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.4.1-SNAPSHOT
2+ version =3.5.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