Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit 36089a4

Browse files
authored
Update versions in README.md (#7)
1 parent 77eba97 commit 36089a4

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ and includes them into your native image without additional configurations.
122122

123123
```groovy
124124
dependencies {
125-
annotationProcessor "org.seasar.doma:doma-processor:2.37.0"
126-
implementation "org.seasar.doma:doma-core:2.37.0"
127-
implementation "org.seasar.doma:doma-quarkus-deployment:0.5.0"
125+
annotationProcessor "org.seasar.doma:doma-processor:2.40.0"
126+
implementation "org.seasar.doma:doma-core:2.40.0"
127+
implementation "org.seasar.doma:doma-quarkus-deployment:1.0.0"
128128
}
129129
```
130130

RELEASE_OPERATIONS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ After success, run the Maven `version:commit` goal:
1616
$ ./mvnw versions:commit
1717
```
1818

19+
Modify versions in README.md.
20+
1921
Commit the release version:
2022

2123
```

0 commit comments

Comments
 (0)