Skip to content

Commit b0fc814

Browse files
committed
Update Version With Release - 2.1.2-beta
1 parent 53a02d5 commit b0fc814

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
@@ -14,12 +14,6 @@
1414
- Update dependency org.jetbrains.intellij.plugins:verifier-cli to v1.394 ([#389])
1515
- Update actions/checkout action to v5 ([#381])
1616

17-
[#394]:https://github.com/domaframework/doma-tools-for-intellij/pull/394
18-
[#396]:https://github.com/domaframework/doma-tools-for-intellij/pull/396
19-
[#389]:https://github.com/domaframework/doma-tools-for-intellij/pull/389
20-
[#381]:https://github.com/domaframework/doma-tools-for-intellij/pull/381
21-
22-
2317
## [2.1.0] - 2025-08-08
2418

2519
### New Features
@@ -328,7 +322,8 @@
328322
- Rename SQL file directory when renaming DAO
329323
- Change DAO package name or SQL file directory configuration when changing configuration
330324

331-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.0...HEAD
325+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.1...HEAD
326+
[2.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.0...v2.1.1
332327
[2.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.0.0...v2.1.0
333328
[2.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.1...v2.0.0
334329
[1.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.0...v1.1.1
@@ -377,6 +372,10 @@
377372
[#48]: https://github.com/domaframework/doma-tools-for-intellij/pull/48
378373
[#45]: https://github.com/domaframework/doma-tools-for-intellij/pull/45
379374
[#43]: https://github.com/domaframework/doma-tools-for-intellij/pull/43
375+
[#396]: https://github.com/domaframework/doma-tools-for-intellij/pull/396
376+
[#394]: https://github.com/domaframework/doma-tools-for-intellij/pull/394
377+
[#389]: https://github.com/domaframework/doma-tools-for-intellij/pull/389
378+
[#381]: https://github.com/domaframework/doma-tools-for-intellij/pull/381
380379
[#378]: https://github.com/domaframework/doma-tools-for-intellij/pull/378
381380
[#377]: https://github.com/domaframework/doma-tools-for-intellij/pull/377
382381
[#373]: https://github.com/domaframework/doma-tools-for-intellij/pull/373
@@ -487,4 +486,3 @@
487486
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
488487
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
489488
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
490-
[2.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.1.0...2.1.1

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.1.1
4+
pluginVersion = 2.1.2-beta
55

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

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

0 commit comments

Comments
 (0)