Skip to content

Commit b211f68

Browse files
committed
Update Version With Release - 2.1.1-beta
1 parent 73567df commit b211f68

File tree

5 files changed

+14
-16
lines changed

5 files changed

+14
-16
lines changed

CHANGELOG.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,6 @@
2121
- Update dependency gradle to v9 ([#354])
2222
- Update dependency org.jetbrains.changelog to v2.4.0 ([#365])
2323

24-
[#377]:https://github.com/domaframework/doma-tools-for-intellij/pull/377
25-
[#373]:https://github.com/domaframework/doma-tools-for-intellij/pull/373
26-
[#368]:https://github.com/domaframework/doma-tools-for-intellij/pull/368
27-
[#378]:https://github.com/domaframework/doma-tools-for-intellij/pull/378
28-
[#371]:https://github.com/domaframework/doma-tools-for-intellij/pull/371
29-
[#364]:https://github.com/domaframework/doma-tools-for-intellij/pull/364
30-
[#354]:https://github.com/domaframework/doma-tools-for-intellij/pull/354
31-
[#365]:https://github.com/domaframework/doma-tools-for-intellij/pull/365
32-
33-
3424
## [2.0.0] - 2025-08-04
3525

3626
### New Features
@@ -320,7 +310,8 @@
320310
- Rename SQL file directory when renaming DAO
321311
- Change DAO package name or SQL file directory configuration when changing configuration
322312

323-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.0.0...HEAD
313+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.1.0...HEAD
314+
[2.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v2.0.0...v2.1.0
324315
[2.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.1...v2.0.0
325316
[1.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.0...v1.1.1
326317
[1.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.0.0...v1.1.0
@@ -368,6 +359,14 @@
368359
[#48]: https://github.com/domaframework/doma-tools-for-intellij/pull/48
369360
[#45]: https://github.com/domaframework/doma-tools-for-intellij/pull/45
370361
[#43]: https://github.com/domaframework/doma-tools-for-intellij/pull/43
362+
[#378]: https://github.com/domaframework/doma-tools-for-intellij/pull/378
363+
[#377]: https://github.com/domaframework/doma-tools-for-intellij/pull/377
364+
[#373]: https://github.com/domaframework/doma-tools-for-intellij/pull/373
365+
[#371]: https://github.com/domaframework/doma-tools-for-intellij/pull/371
366+
[#368]: https://github.com/domaframework/doma-tools-for-intellij/pull/368
367+
[#365]: https://github.com/domaframework/doma-tools-for-intellij/pull/365
368+
[#364]: https://github.com/domaframework/doma-tools-for-intellij/pull/364
369+
[#354]: https://github.com/domaframework/doma-tools-for-intellij/pull/354
371370
[#352]: https://github.com/domaframework/doma-tools-for-intellij/pull/352
372371
[#350]: https://github.com/domaframework/doma-tools-for-intellij/pull/350
373372
[#35]: https://github.com/domaframework/doma-tools-for-intellij/pull/35
@@ -470,4 +469,3 @@
470469
[#103]: https://github.com/domaframework/doma-tools-for-intellij/pull/103
471470
[#102]: https://github.com/domaframework/doma-tools-for-intellij/pull/102
472471
[#10]: https://github.com/domaframework/doma-tools-for-intellij/pull/10
473-
[2.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/2.0.0...2.1.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.1.0
4+
pluginVersion = 2.1.1-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.0"
22+
const val PLUGIN_VERSION = "2.1.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.1.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.1.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.1.0}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-2.1.1-beta}" />
66

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

0 commit comments

Comments
 (0)