Skip to content

Commit 2c513db

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '2.34.0'.
2 parents 0021df9 + 0a90e18 commit 2c513db

File tree

130 files changed

+3455
-1493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+3455
-1493
lines changed

README.md

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

5656
```groovy
5757
dependencies {
58-
implementation "org.seasar.doma:doma-core:2.33.0"
59-
annotationProcessor "org.seasar.doma:doma-processor:2.33.0"
58+
implementation "org.seasar.doma:doma-core:2.34.0"
59+
annotationProcessor "org.seasar.doma:doma-processor:2.34.0"
6060
}
6161
```
6262

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.33.0"
39-
annotationProcessor "org.seasar.doma:doma-processor:2.33.0"
38+
implementation "org.seasar.doma:doma-core:2.34.0"
39+
annotationProcessor "org.seasar.doma:doma-processor:2.34.0"
4040
}
4141
4242
To simplify your build.script, we recommend that you use the `Doma Compile Plugin`_.

0 commit comments

Comments
 (0)