Verified Commit 4926b058 authored by Lukas Wiest's avatar Lukas Wiest 🚂
Browse files

refactor(pom): fixed name for output jar independant of version number

parent ebffdd31
...@@ -66,6 +66,7 @@ ...@@ -66,6 +66,7 @@
</dependencies> </dependencies>
<build> <build>
<finalName>${project.artifactId}</finalName>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment