Skip to content

Commit e19ca3c

Browse files
committed
Update Version With Release - 1.1.2-beta
1 parent b1c9b69 commit e19ca3c

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
- Enable SQL File Generation in Multi-Module Projects ([#292])
1010
- Ensure Correct SQL File Path Generation When Package Name Matches Source Directory ([#286])
1111

12-
[#292]:https://github.com/domaframework/doma-tools-for-intellij/pull/292
13-
[#286]:https://github.com/domaframework/doma-tools-for-intellij/pull/286
14-
15-
1612
## [1.1.0] - 2025-06-25
1713

1814
### New Features
@@ -271,7 +267,8 @@
271267
- Rename SQL file directory when renaming DAO
272268
- Change DAO package name or SQL file directory configuration when changing configuration
273269

274-
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.0...HEAD
270+
[Unreleased]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.1...HEAD
271+
[1.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.1.0...v1.1.1
275272
[1.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v1.0.0...v1.1.0
276273
[1.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.8.0...v1.0.0
277274
[0.8.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.7.0...v0.8.0
@@ -367,6 +364,8 @@
367364
[#273]: https://github.com/domaframework/doma-tools-for-intellij/pull/273
368365
[#274]: https://github.com/domaframework/doma-tools-for-intellij/pull/274
369366
[#275]: https://github.com/domaframework/doma-tools-for-intellij/pull/275
367+
[#286]: https://github.com/domaframework/doma-tools-for-intellij/pull/286
368+
[#292]: https://github.com/domaframework/doma-tools-for-intellij/pull/292
370369
[#34]: https://github.com/domaframework/doma-tools-for-intellij/pull/34
371370
[#35]: https://github.com/domaframework/doma-tools-for-intellij/pull/35
372371
[#43]: https://github.com/domaframework/doma-tools-for-intellij/pull/43
@@ -404,4 +403,3 @@
404403
[#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95
405404
[#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96
406405
[#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99
407-
[1.1.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/1.1.0...1.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 = 1.1.1
4+
pluginVersion = 1.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 = "1.1.1"
22+
const val PLUGIN_VERSION = "1.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:-1.1.1}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-1.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:-1.1.1}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-1.1.2-beta}" />
66

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

0 commit comments

Comments
 (0)