Skip to content

Commit 1654348

Browse files
committed
[Gradle Release Plugin] - pre tag commit: '2.36.0'.
2 parents 8dd99e7 + b91a135 commit 1654348

File tree

137 files changed

+2339
-722
lines changed

Some content is hidden

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

137 files changed

+2339
-722
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.36.0-beta-1"
59-
annotationProcessor "org.seasar.doma:doma-processor:2.36.0-beta-1"
58+
implementation "org.seasar.doma:doma-core:2.36.0"
59+
annotationProcessor "org.seasar.doma:doma-processor:2.36.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.36.0-beta-1"
39-
annotationProcessor "org.seasar.doma:doma-processor:2.36.0-beta-1"
38+
implementation "org.seasar.doma:doma-core:2.36.0"
39+
annotationProcessor "org.seasar.doma:doma-processor:2.36.0"
4040
}
4141
4242
To simplify your build.script, we recommend that you use the `Doma Compile Plugin`_.

0 commit comments

Comments
 (0)