Skip to content

Commit 8b390e4

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '2.42.0'.
1 parent 450b0d6 commit 8b390e4

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Build with Gradle
101101

102102
```groovy
103103
dependencies {
104-
implementation "org.seasar.doma:doma-core:2.41.0"
105-
annotationProcessor "org.seasar.doma:doma-processor:2.41.0"
104+
implementation "org.seasar.doma:doma-core:2.42.0"
105+
annotationProcessor "org.seasar.doma:doma-processor:2.42.0"
106106
}
107107
```
108108

docs/build.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Write your build.gradle as follows:
3535
.. code-block:: groovy
3636
3737
dependencies {
38-
implementation "org.seasar.doma:doma-core:2.41.0"
39-
annotationProcessor "org.seasar.doma:doma-processor:2.41.0"
38+
implementation "org.seasar.doma:doma-core:2.42.0"
39+
annotationProcessor "org.seasar.doma:doma-processor:2.42.0"
4040
}
4141
4242
To simplify your build.script, we recommend that you use the `Doma Compile Plugin`_.

docs/kotlin-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ For example, you can write build.gradle.kts as follows:
179179
.. code-block:: kotlin
180180
181181
dependencies {
182-
kapt("org.seasar.doma:doma-processor:2.41.0")
182+
kapt("org.seasar.doma:doma-processor:2.42.0")
183183
implementation("org.seasar.doma:doma-kotlin:2.41.0")
184184
}
185185

doma-core/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.41.1-SNAPSHOT";
10+
private static final String VERSION = "2.42.0";
1111

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

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.41.1-SNAPSHOT
2+
version=2.42.0
33
encoding=UTF-8
44
systemProp.org.gradle.internal.publish.checksums.insecure=true
55
projectUrl=https://github.com/domaframework/doma

0 commit comments

Comments
 (0)