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:
反编译工作区
2026-05-05 18:23:08 +08:00
parent 6f1cd21a5b
commit 7d52fd5d0b
22 changed files with 1234 additions and 4 deletions
+1 -1
View File
@@ -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>