Skip to content

Commit 5f81b8a

Browse files
ZhuXueLiangZhuXueLiang
authored andcommitted
build(idea-plugin-codegen): 更新插件版本至1.3.0-RC01-Jpa-SNAPSHOT
1 parent abee5ab commit 5f81b8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ repositories {
3939
}
4040

4141
dependencies {
42-
implementation("com.wd.paas:wd-generator-core:4.1.0-RC01") {
42+
implementation("com.wd.paas:wd-generator-core:4.1.0-RC01-SNAPSHOT") {
4343
exclude(group = "org.apache.velocity", module = "velocity")
4444
exclude(group = "org.apache.velocity", module = "velocity-engine-core")
4545
}

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.wk.paas.visualDDD
44
pluginName = visual-ddd
55
pluginRepositoryUrl = https://github.com/visual-ddd/idea-plugin-codegen
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.3.0-RC01
7+
pluginVersion = 1.3.0-RC01-Jpa-SNAPSHOT
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 193

0 commit comments

Comments
 (0)