Skip to content

Commit 0aa40b0

Browse files
committed
Change doma-processor version in README
1 parent d8fcca0 commit 0aa40b0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Spring Boot Support for [Doma](https://github.com/domaframework/doma)
2323
<dependency>
2424
<groupId>org.seasar.doma</groupId>
2525
<artifactId>doma-processor</artifactId>
26-
<version>3.5.1</version>
26+
<version>3.6.0</version>
2727
<optional>true</optional>
2828
</dependency>
2929
```

how-to-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The following example shows the command to update the description from 1.3.0 to
1818
sed -i '' -e 's/1\.3\.0/1\.4\.0/g' README.md
1919
```
2020

21+
And change `doma-processor` version.
22+
2123
## Set a new version
2224

2325
Update pom.xml by Maven Versions Plugin.

0 commit comments

Comments
 (0)