We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fcca0 commit 0aa40b0Copy full SHA for 0aa40b0
README.md
@@ -23,7 +23,7 @@ Spring Boot Support for [Doma](https://github.com/domaframework/doma)
23
<dependency>
24
<groupId>org.seasar.doma</groupId>
25
<artifactId>doma-processor</artifactId>
26
- <version>3.5.1</version>
+ <version>3.6.0</version>
27
<optional>true</optional>
28
</dependency>
29
```
how-to-release.md
@@ -18,6 +18,8 @@ The following example shows the command to update the description from 1.3.0 to
18
sed -i '' -e 's/1\.3\.0/1\.4\.0/g' README.md
19
20
21
+And change `doma-processor` version.
22
+
## Set a new version
Update pom.xml by Maven Versions Plugin.
0 commit comments