mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 16:30:29 +08:00
release: v2.0.14 with fixed JAR name matching V1
- JAR name fixed to cw-elevator-application-V1.0.0.20211103.jar matching V1 production naming convention exactly - Release bundle directory uses version+date for identification - Update release script and POM finalName accordingly
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<!-- 与 V1 运行包 lib 目录对照(基于 reactor 根路径) -->
|
||||
<cw.elevator.v1.lib.dir>${project.basedir}/../cw-elevator-application-V1.0.0.20211103/lib</cw.elevator.v1.lib.dir>
|
||||
<!-- spring-boot-maven-plugin repackage 产出的可执行 JAR 文件名(不含 .jar) -->
|
||||
<elevator.release.finalName>cw-elevator-application-2.0.9</elevator.release.finalName>
|
||||
<elevator.release.finalName>cw-elevator-application-V1.0.0.20211103</elevator.release.finalName>
|
||||
<!-- 子模块覆盖父 POM 中相对于 cw-elevator-application/ 的 codestyle 路径 -->
|
||||
<alibaba.eclipse.codestyle.path>${project.basedir}/../docs/style/alibaba-eclipse-codestyle.xml</alibaba.eclipse.codestyle.path>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user