Skip to content

Commit f5c2fa5

Browse files
committed
build(assists-web): 更新项目版本号
- 将 assists-web 模块的版本号从 rootProject.ext.mavenVersion 修改为 '0.0.1-SNAPSHOT'- 此修改确保了项目版本号的独立性和灵活性
1 parent 0f0e3b6 commit f5c2fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assists-web/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545
from components.release
4646
groupId = 'com.github.ven-coder'
4747
artifactId = 'assists-web'
48-
version = rootProject.ext.mavenVersion
48+
version = '0.0.1-SNAPSHOT'
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)