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

Commit eee28c1

Browse files
committed
Prepare for release
1 parent bf9796f commit eee28c1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ but Quarkus Extension for Doma requires Java 11+.
124124

125125
```groovy
126126
dependencies {
127-
annotationProcessor "org.seasar.doma:doma-processor:2.42.0"
128-
implementation "org.seasar.doma:doma-core:2.42.0"
129-
implementation "org.seasar.doma:doma-quarkus-deployment:1.0.4"
127+
annotationProcessor "org.seasar.doma:doma-processor:2.44.0"
128+
implementation "org.seasar.doma:doma-core:2.44.0"
129+
implementation "org.seasar.doma:doma-quarkus-deployment:1.1.0"
130130
}
131131
```
132132

@@ -135,8 +135,8 @@ dependencies {
135135
```xml
136136
...
137137
<properties>
138-
<org.seasar.doma.version>2.42.0</org.seasar.doma.version>
139-
<org.seasar.doma-quarkus.version>1.0.4</org.seasar.doma-quarkus.version>
138+
<org.seasar.doma.version>2.44.0</org.seasar.doma.version>
139+
<org.seasar.doma-quarkus.version>1.1.0</org.seasar.doma-quarkus.version>
140140
<compiler-plugin.version>3.8.1</compiler-plugin.version>
141141
</properties>
142142
...

0 commit comments

Comments
 (0)