This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
130
Wiki
Activity
Browse Source
fix jar name
tags/v1.5.4
Jonathan Cobb
4 years ago
parent
6207d6a155
commit
2e8e69468c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save