Skip to content

Commit 8525c77

Browse files
authored
Merge pull request #72 from domaframework/doc/update-version-0.4.0
Update Version 0.4.0
2 parents e852c88 + b5c4584 commit 8525c77

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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 = 0.3.2
4+
pluginVersion = 0.4.0
55

66
pluginSinceBuild=231
77

src/main/kotlin/org/domaframework/doma/intellij/common/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 = "0.3.2"
22+
const val PLUGIN_VERSION = "0.4.0"
2323

2424
open class PluginUtil {
2525
companion object {

src/main/resources/logback-test.xml

Lines changed: 3 additions & 3 deletions
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:-0.3.2}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.4.0}" />
66

77
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
88
<encoder>
@@ -14,9 +14,9 @@
1414
</appender>
1515

1616
<appender name="DOMATOOLS" class="ch.qos.logback.core.rolling.RollingFileAppender">
17-
<file>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2}.log</file>
17+
<file>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.4.0}.log</file>
1818
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
19-
<fileNamePattern>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2}-%d{yyyy-MM-dd}.log</fileNamePattern>
19+
<fileNamePattern>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.4.0}-%d{yyyy-MM-dd}.log</fileNamePattern>
2020
<maxHistory>30</maxHistory>
2121
</rollingPolicy>
2222
<encoder>

src/main/resources/logback.xml

Lines changed: 3 additions & 3 deletions
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:-0.3.2}" />
5+
<property name="LOG_FILE_VERSION" value="${org.domaframework.doma.intellij.plugin.version:-0.4.0}" />
66

77
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
88
<encoder>
@@ -14,9 +14,9 @@
1414
</appender>
1515

1616
<appender name="DOMATOOLS" class="ch.qos.logback.core.rolling.RollingFileAppender">
17-
<file>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2}.log</file>
17+
<file>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.4.0}.log</file>
1818
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
19-
<fileNamePattern>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.3.2}-%d{yyyy-MM-dd}.log</fileNamePattern>
19+
<fileNamePattern>${LOG_FILE_BASE_DIR:-/domatoolslog}/${LOG_FILE_BASENAME:-doma-tools}-${LOG_FILE_VERSION:-0.4.0}-%d{yyyy-MM-dd}.log</fileNamePattern>
2020
<maxHistory>30</maxHistory>
2121
</rollingPolicy>
2222
<encoder>

0 commit comments

Comments
 (0)