Skip to content

Commit c9d9990

Browse files
[Gradle Release Plugin] - pre tag commit: '3.11.1'.
1 parent 36b1d5d commit c9d9990

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ We are testing against the following databases:
5151

5252
| Database | version | status |
5353
|--------------------|---------:|:------:|
54-
| H2 Database | 2.3.232 | stable |
54+
| H2 Database | 2.4.240 | stable |
5555
| MySQL v5 | 5.7 | stable |
5656
| MySQL v8 | 8.0.36 | stable |
5757
| Oracle Database XE | 21c | stable |
@@ -141,25 +141,25 @@ For Java projects:
141141

142142
```kotlin
143143
plugins {
144-
id("org.domaframework.doma.compile") version "4.0.2"
144+
id("org.domaframework.doma.compile") version "4.0.3"
145145
}
146146

147147
dependencies {
148-
implementation("org.seasar.doma:doma-core:3.11.0")
149-
annotationProcessor("org.seasar.doma:doma-processor:3.11.0")
148+
implementation("org.seasar.doma:doma-core:3.11.1")
149+
annotationProcessor("org.seasar.doma:doma-processor:3.11.1")
150150
}
151151
```
152152

153153
For Kotlin projects, use doma-kotlin instead of doma-core and use kapt in place of annotationProcessor:
154154

155155
```kotlin
156156
plugins {
157-
id("org.domaframework.doma.compile") version "4.0.2"
157+
id("org.domaframework.doma.compile") version "4.0.3"
158158
}
159159

160160
dependencies {
161-
implementation("org.seasar.doma:doma-kotlin:3.11.0")
162-
kapt("org.seasar.doma:doma-processor:3.11.0")
161+
implementation("org.seasar.doma:doma-kotlin:3.11.1")
162+
kapt("org.seasar.doma:doma-processor:3.11.1")
163163
}
164164
```
165165

@@ -172,7 +172,7 @@ For Java projects:
172172
```xml
173173
...
174174
<properties>
175-
<doma.version>3.11.0</doma.version>
175+
<doma.version>3.11.1</doma.version>
176176
</properties>
177177
...
178178
<dependencies>

docs/conf.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,12 @@
194194
'conf_py_path': '/docs/',
195195

196196
# versions
197-
'doma_version': '3.11.0',
198-
'doma_compile_version': '4.0.2',
197+
'doma_version': '3.11.1',
198+
'doma_compile_version': '4.0.3',
199199
'doma_codegen_version': '3.2.1',
200-
'eclipse_apt_version': '4.3.0',
201-
'logback_classic_version': '1.5.18',
202-
'quarkus_doma_version': '1.0.5'
200+
'eclipse_apt_version': '4.4.1',
201+
'logback_classic_version': '1.5.20',
202+
'quarkus_doma_version': '1.0.6'
203203
}
204204

205205
def render_jinja(app, docname, source):

doma-core/src/main/java/org/seasar/doma/internal/Artifact.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public final class Artifact {
2222

2323
private static final String NAME = "Doma";
2424

25-
private static final String VERSION = "3.11.1-SNAPSHOT";
25+
private static final String VERSION = "3.11.1";
2626

2727
public static String getName() {
2828
return NAME;

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.seasar.doma
2-
version=3.11.1-SNAPSHOT
2+
version=3.11.1
33
encoding=UTF-8
44
projectUrl=https://github.com/domaframework/doma
55
githubUrl=[email protected]:domaframework/doma.git

0 commit comments

Comments
 (0)