Browse Source

fix jar name

tags/v1.5.4
Jonathan Cobb 3 years ago
parent
commit
2e8e69468c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/pom.xml

+ 1
- 1
bubble-server/pom.xml View File

@@ -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>


Loading…
Cancel
Save