Skip to content

Commit d18f633

Browse files
committed
Update Version With Release - 2.3.1-beta
1 parent 968c437 commit d18f633

File tree

5 files changed

+16
-18
lines changed

5 files changed

+16
-18
lines changed

CHANGELOG.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,6 @@
2626
- Update dependency org.jetbrains.kotlin.jvm to v2.2.20 ([#447])
2727
- Update dependency org.jetbrains.intellij.platform to v2.9.0 ([#443])
2828

29-
[#451]:https://github.com/domaframework/doma-tools-for-intellij/pull/451
30-
[#448]:https://github.com/domaframework/doma-tools-for-intellij/pull/448
31-
[#454]:https://github.com/domaframework/doma-tools-for-intellij/pull/454
32-
[#452]:https://github.com/domaframework/doma-tools-for-intellij/pull/452
33-
[#456]:https://github.com/domaframework/doma-tools-for-intellij/pull/456
34-
[#444]:https://github.com/domaframework/doma-tools-for-intellij/pull/444
35-
[#407]:https://github.com/domaframework/doma-tools-for-intellij/pull/407
36-
[#455]:https://github.com/domaframework/doma-tools-for-intellij/pull/455
37-
[#447]:https://github.com/domaframework/doma-tools-for-intellij/pull/447
38-
[#443]:https://github.com/domaframework/doma-tools-for-intellij/pull/443
39-
40-
4129
## [2.2.1] - 2025-09-03
4230

4331
### Bug Fixes
@@ -394,7 +382,8 @@
394382
- Rename SQL file directory when renaming DAO
395383
- Change DAO package name or SQL file directory configuration when changing configuration
396384

397-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.2.1...HEAD
385+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.3.0...HEAD
386+
[2.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.2.1...v2.3.0
398387
[2.2.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.2.0...v2.2.1
399388
[2.2.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.2...v2.2.0
400389
[2.1.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.1...v2.1.2
@@ -445,7 +434,16 @@
445434
[#56]: https://github.com/domaframework/doma-tools-for-intellij/pull/56
446435
[#49]: https://github.com/domaframework/doma-tools-for-intellij/pull/49
447436
[#48]: https://github.com/domaframework/doma-tools-for-intellij/pull/48
437+
[#456]: https://github.com/domaframework/doma-tools-for-intellij/pull/456
438+
[#455]: https://github.com/domaframework/doma-tools-for-intellij/pull/455
439+
[#454]: https://github.com/domaframework/doma-tools-for-intellij/pull/454
440+
[#452]: https://github.com/domaframework/doma-tools-for-intellij/pull/452
441+
[#451]: https://github.com/domaframework/doma-tools-for-intellij/pull/451
448442
[#45]: https://github.com/domaframework/doma-tools-for-intellij/pull/45
443+
[#448]: https://github.com/domaframework/doma-tools-for-intellij/pull/448
444+
[#447]: https://github.com/domaframework/doma-tools-for-intellij/pull/447
445+
[#444]: https://github.com/domaframework/doma-tools-for-intellij/pull/444
446+
[#443]: https://github.com/domaframework/doma-tools-for-intellij/pull/443
449447
[#442]: https://github.com/domaframework/doma-tools-for-intellij/pull/442
450448
[#441]: https://github.com/domaframework/doma-tools-for-intellij/pull/441
451449
[#440]: https://github.com/domaframework/doma-tools-for-intellij/pull/440
@@ -460,6 +458,7 @@
460458
[#419]: https://github.com/domaframework/doma-tools-for-intellij/pull/419
461459
[#417]: https://github.com/domaframework/doma-tools-for-intellij/pull/417
462460
[#411]: https://github.com/domaframework/doma-tools-for-intellij/pull/411
461+
[#407]: https://github.com/domaframework/doma-tools-for-intellij/pull/407
463462
[#396]: https://github.com/domaframework/doma-tools-for-intellij/pull/396
464463
[#394]: https://github.com/domaframework/doma-tools-for-intellij/pull/394
465464
[#389]: https://github.com/domaframework/doma-tools-for-intellij/pull/389
@@ -574,4 +573,3 @@
574573
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
575574
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
576575
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
577-
[2.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.2.1...2.3.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = org.domaframework.doma.intellij
22
pluginName = Doma Tools for IntelliJ
33
pluginRepositoryUrl = https://github.com/domaframework/doma-tools-for-intellij
4-
pluginVersion = 2.3.0
4+
pluginVersion = 2.3.1-beta
55

66
pluginSinceBuild=233
77
pluginUntilBuild=252.*

src/main/kotlin/org/domaframework/doma/intellij/common/util/PluginUtil.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import com.intellij.ide.plugins.PluginManagerCore
1919
import com.intellij.openapi.extensions.PluginId
2020

2121
const val PLUGIN_ID = "org.domaframework.doma.intellij"
22-
const val PLUGIN_VERSION = "2.3.0"
22+
const val PLUGIN_VERSION = "2.3.1-beta"
2323

2424
open class PluginUtil {
2525
companion object {

src/main/resources/logback-test.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration scan="true">
33
<property resource="logback.properties" />
44
<property name="LOG_FILE_BASE_DIR" value="${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5-
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.3.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.3.1-beta}" />
66

77
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
88
<encoder>

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<configuration scan="true">
33
<property resource="logback.properties" />
44
<property name="LOG_FILE_BASE_DIR" value="${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5-
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.3.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.3.1-beta}" />
66

77
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
88
<encoder>

0 commit comments

Comments
 (0)