Browse Source

fix jar name

tags/v1.5.4
Jonathan Cobb 4 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> <profile>
<id>production</id> <id>production</id>
<build> <build>
<finalName>bubble-server-${project.version}-prod.jar</finalName>
<finalName>bubble-server-${project.version}-prod</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>


Loading…
Cancel
Save