Skip to content

Commit 11c4da6

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '2.28.3'.
2 parents 4349c24 + b372d9f commit 11c4da6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/kotlin-support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Add the dependencies using the `kapt` and `implementation` configuration in your
9999
.. code-block:: groovy
100100
101101
dependencies {
102-
kapt "org.seasar.doma:doma:2.28.2"
103-
implementation "org.seasar.doma:doma:2.28.2"
102+
kapt "org.seasar.doma:doma:2.28.3"
103+
implementation "org.seasar.doma:doma:2.28.3"
104104
}
105105
106106
To simplify your build.script, we recommend you use

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.seasar.doma
2-
version=2.28.2
2+
version=2.28.3
33
projectUrl=https://github.com/domaframework/doma
44
githubUrl[email protected]:domaframework/doma.git
55
sonatypeUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2/

src/main/java/org/seasar/doma/internal/Artifact.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.28.2";
10+
private static final String VERSION = "2.28.3";
1111

1212
public static String getName() {
1313
return NAME;

0 commit comments

Comments
 (0)