Skip to content

Commit 863c6e5

Browse files
committed
Update Version With Release - 2.4.1-beta
1 parent 1bcdd23 commit 863c6e5

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
- Update plugin spotless to v8 ([#459])
1818
- Update Gradle to v9.1.0 ([#458])
1919

20-
[#460]:https://github.com/domaframework/doma-tools-for-intellij/pull/460
21-
[#465]:https://github.com/domaframework/doma-tools-for-intellij/pull/465
22-
[#459]:https://github.com/domaframework/doma-tools-for-intellij/pull/459
23-
[#458]:https://github.com/domaframework/doma-tools-for-intellij/pull/458
24-
25-
2620
## [2.3.0] - 2025-09-17
2721

2822
### New Features
@@ -403,7 +397,8 @@
403397
- Rename SQL file directory when renaming DAO
404398
- Change DAO package name or SQL file directory configuration when changing configuration
405399

406-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.3.0...HEAD
400+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.4.0...HEAD
401+
[2.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.3.0...v2.4.0
407402
[2.3.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.2.1...v2.3.0
408403
[2.2.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.2.0...v2.2.1
409404
[2.2.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.2...v2.2.0
@@ -455,6 +450,10 @@
455450
[#56]: https://github.com/domaframework/doma-tools-for-intellij/pull/56
456451
[#49]: https://github.com/domaframework/doma-tools-for-intellij/pull/49
457452
[#48]: https://github.com/domaframework/doma-tools-for-intellij/pull/48
453+
[#465]: https://github.com/domaframework/doma-tools-for-intellij/pull/465
454+
[#460]: https://github.com/domaframework/doma-tools-for-intellij/pull/460
455+
[#459]: https://github.com/domaframework/doma-tools-for-intellij/pull/459
456+
[#458]: https://github.com/domaframework/doma-tools-for-intellij/pull/458
458457
[#456]: https://github.com/domaframework/doma-tools-for-intellij/pull/456
459458
[#455]: https://github.com/domaframework/doma-tools-for-intellij/pull/455
460459
[#454]: https://github.com/domaframework/doma-tools-for-intellij/pull/454
@@ -594,4 +593,3 @@
594593
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
595594
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
596595
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
597-
[2.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.3.0...2.4.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.4.0
4+
pluginVersion = 2.4.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.4.0"
22+
const val PLUGIN_VERSION = "2.4.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.4.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.4.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.4.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.4.1-beta}" />
66

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

0 commit comments

Comments
 (0)