Skip to content

Commit bc79c6f

Browse files
committed
Update Version With Release - 2.2.1-beta
1 parent b2784b0 commit bc79c6f

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

CHANGELOG.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,6 @@
1919

2020
- Update dependency org.jetbrains.intellij.plugins:verifier-cli to v1.395 ([#424])
2121

22-
[#419]:https://github.com/domaframework/doma-tools-for-intellij/pull/419
23-
[#431]:https://github.com/domaframework/doma-tools-for-intellij/pull/431
24-
[#426]:https://github.com/domaframework/doma-tools-for-intellij/pull/426
25-
[#429]:https://github.com/domaframework/doma-tools-for-intellij/pull/429
26-
[#422]:https://github.com/domaframework/doma-tools-for-intellij/pull/422
27-
[#424]:https://github.com/domaframework/doma-tools-for-intellij/pull/424
28-
29-
3022
## [2.1.2] - 2025-08-22
3123

3224
### Bug Fixes
@@ -353,7 +345,8 @@
353345
- Rename SQL file directory when renaming DAO
354346
- Change DAO package name or SQL file directory configuration when changing configuration
355347

356-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.2...HEAD
348+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.2.0...HEAD
349+
[2.2.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.2...v2.2.0
357350
[2.1.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.1...v2.1.2
358351
[2.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.0...v2.1.1
359352
[2.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.0.0...v2.1.0
@@ -403,7 +396,13 @@
403396
[#49]: https://github.com/domaframework/doma-tools-for-intellij/pull/49
404397
[#48]: https://github.com/domaframework/doma-tools-for-intellij/pull/48
405398
[#45]: https://github.com/domaframework/doma-tools-for-intellij/pull/45
399+
[#431]: https://github.com/domaframework/doma-tools-for-intellij/pull/431
406400
[#43]: https://github.com/domaframework/doma-tools-for-intellij/pull/43
401+
[#429]: https://github.com/domaframework/doma-tools-for-intellij/pull/429
402+
[#426]: https://github.com/domaframework/doma-tools-for-intellij/pull/426
403+
[#424]: https://github.com/domaframework/doma-tools-for-intellij/pull/424
404+
[#422]: https://github.com/domaframework/doma-tools-for-intellij/pull/422
405+
[#419]: https://github.com/domaframework/doma-tools-for-intellij/pull/419
407406
[#417]: https://github.com/domaframework/doma-tools-for-intellij/pull/417
408407
[#411]: https://github.com/domaframework/doma-tools-for-intellij/pull/411
409408
[#396]: https://github.com/domaframework/doma-tools-for-intellij/pull/396
@@ -520,4 +519,3 @@
520519
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
521520
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
522521
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
523-
[2.2.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.1.2...2.2.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.2.0
4+
pluginVersion = 2.2.1-beta
55

66
pluginSinceBuild=233
77

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.2.0"
22+
const val PLUGIN_VERSION = "2.2.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.2.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.2.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.2.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.2.1-beta}" />
66

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

0 commit comments

Comments
 (0)