Skip to content

Commit 0021df9

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '2.33.0'.
2 parents 6551765 + e729334 commit 0021df9

File tree

103 files changed

+2941
-947
lines changed

Some content is hidden

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

103 files changed

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

0 commit comments

Comments
 (0)