Skip to content

Commit 008c584

Browse files
[Gradle Release Plugin] - pre tag commit: '3.11.0'.
1 parent b671927 commit 008c584

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ We are testing against the following databases:
5656
| MySQL v8 | 8.0.36 | stable |
5757
| Oracle Database XE | 21c | stable |
5858
| PostgreSQL | 12.20 | stable |
59-
| SQLite | 3.50.2.0 | stable |
59+
| SQLite | 3.50.3.0 | stable |
6060
| SQL Server | 2019 | stable |
6161

6262
Examples
@@ -145,8 +145,8 @@ plugins {
145145
}
146146

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

@@ -158,8 +158,8 @@ plugins {
158158
}
159159

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

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

docs/conf.py

Lines changed: 2 additions & 2 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.10.0',
197+
'doma_version': '3.11.0',
198198
'doma_compile_version': '4.0.2',
199199
'doma_codegen_version': '3.2.1',
200200
'eclipse_apt_version': '4.3.0',
201201
'logback_classic_version': '1.5.18',
202-
'quarkus_doma_version': '1.0.4'
202+
'quarkus_doma_version': '1.0.5'
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.10.1-SNAPSHOT";
25+
private static final String VERSION = "3.11.0";
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.10.1-SNAPSHOT
2+
version=3.11.0
33
encoding=UTF-8
44
projectUrl=https://github.com/domaframework/doma
55
githubUrl=[email protected]:domaframework/doma.git

0 commit comments

Comments
 (0)