浏览代码

fix jar name

tags/v1.5.4
Jonathan Cobb 3 年前
父节点
当前提交
2e8e69468c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      bubble-server/pom.xml

+ 1
- 1
bubble-server/pom.xml 查看文件

@@ -386,7 +386,7 @@
<profile>
<id>production</id>
<build>
<finalName>bubble-server-${project.version}-prod.jar</finalName>
<finalName>bubble-server-${project.version}-prod</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>


正在加载...
取消
保存