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 @@ -100,17 +100,17 @@ For Java projects:
100100
101101``` groovy
102102dependencies {
103- implementation("org.seasar.doma:doma-core:2.55.3 ")
104- annotationProcessor("org.seasar.doma:doma-processor:2.55.3 ")
103+ implementation("org.seasar.doma:doma-core:2.56.0 ")
104+ annotationProcessor("org.seasar.doma:doma-processor:2.56.0 ")
105105}
106106```
107107
108108For Kotlin projects, use doma-kotlin instead of doma-core and use kapt in place of annotationProcessor:
109109
110110``` groovy
111111dependencies {
112- implementation("org.seasar.doma:doma-kotlin:2.55.3 ")
113- kapt("org.seasar.doma:doma-processor:2.55.3 ")
112+ implementation("org.seasar.doma:doma-kotlin:2.56.0 ")
113+ kapt("org.seasar.doma:doma-processor:2.56.0 ")
114114}
115115```
116116
@@ -123,7 +123,7 @@ For Java projects:
123123``` xml
124124...
125125<properties >
126- <doma .version>2.55.3 </doma .version>
126+ <doma .version>2.56.0 </doma .version>
127127</properties >
128128...
129129<dependencies >
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ public final class Artifact {
77
88 private static final String NAME = "Doma" ;
99
10- private static final String VERSION = "2.55.4-SNAPSHOT " ;
10+ private static final String VERSION = "2.56.0 " ;
1111
1212 public static String getName () {
1313 return NAME ;
Original file line number Diff line number Diff line change 11group =org.seasar.doma
2- version =2.55.4-SNAPSHOT
2+ version =2.56.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