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 @@ -95,17 +95,17 @@ For Java projects:
9595
9696``` groovy
9797dependencies {
98- implementation("org.seasar.doma:doma-core:2.62.0 ")
99- annotationProcessor("org.seasar.doma:doma-processor:2.62.0 ")
98+ implementation("org.seasar.doma:doma-core:2.62.1 ")
99+ annotationProcessor("org.seasar.doma:doma-processor:2.62.1 ")
100100}
101101```
102102
103103For Kotlin projects, use doma-kotlin instead of doma-core and use kapt in place of annotationProcessor:
104104
105105``` groovy
106106dependencies {
107- implementation("org.seasar.doma:doma-kotlin:2.62.0 ")
108- kapt("org.seasar.doma:doma-processor:2.62.0 ")
107+ implementation("org.seasar.doma:doma-kotlin:2.62.1 ")
108+ kapt("org.seasar.doma:doma-processor:2.62.1 ")
109109}
110110```
111111
@@ -118,7 +118,7 @@ For Java projects:
118118``` xml
119119...
120120<properties >
121- <doma .version>2.62.0 </doma .version>
121+ <doma .version>2.62.1 </doma .version>
122122</properties >
123123...
124124<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.62.1-SNAPSHOT " ;
10+ private static final String VERSION = "2.62.1" ;
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.62.1-SNAPSHOT
2+ version =2.62.1
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