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 @@ -99,8 +99,8 @@ plugins {
9999}
100100
101101dependencies {
102- implementation(" org.seasar.doma:doma-core:3.0.0 " )
103- annotationProcessor(" org.seasar.doma:doma-processor:3.0.0 " )
102+ implementation(" org.seasar.doma:doma-core:3.0.1 " )
103+ annotationProcessor(" org.seasar.doma:doma-processor:3.0.1 " )
104104}
105105```
106106
@@ -112,8 +112,8 @@ plugins {
112112}
113113
114114dependencies {
115- implementation(" org.seasar.doma:doma-kotlin:3.0.0 " )
116- kapt(" org.seasar.doma:doma-processor:3.0.0 " )
115+ implementation(" org.seasar.doma:doma-kotlin:3.0.1 " )
116+ kapt(" org.seasar.doma:doma-processor:3.0.1 " )
117117}
118118```
119119
@@ -126,7 +126,7 @@ For Java projects:
126126``` xml
127127...
128128<properties >
129- <doma .version>3.0.0 </doma .version>
129+ <doma .version>3.0.1 </doma .version>
130130</properties >
131131...
132132<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 = "3.0.1-SNAPSHOT " ;
10+ private static final String VERSION = "3.0.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 =3.0.1-SNAPSHOT
2+ version =3.0.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