File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
doma-core/src/main/java/org/seasar/doma/internal Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ subprojects {
9999 from(components[" java" ])
100100 pom {
101101 val projectUrl: String by project
102+ name.set(project.name)
102103 description.set(" DAO Oriented Database Mapping Framework for Java 8+" )
103104 url.set(projectUrl)
104105 licenses {
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.30.0-beta-2 " ;
10+ private static final String VERSION = "2.30.0-beta-3 " ;
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.30.0-beta-3-SNAPSHOT
2+ version =2.30.0-beta-3
33encoding =UTF-8
44systemProp.org.gradle.internal.publish.checksums.insecure =true
55projectUrl =https://github.com/domaframework/doma
You can’t perform that action at this time.
0 commit comments