We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afaf09 commit 627cd4bCopy full SHA for 627cd4b
.github/workflows/maven-publish-package-on-release.yml
@@ -34,7 +34,7 @@ jobs:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35
with:
36
upload_url: "-"
37
- asset_path: target/dbo-app-*.jar
+ asset_path: target/dbo-app.jar
38
asset_name: dbo-app.jar
39
asset_content_type: application/java-archive
40
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.acme.banking</groupId>
6
<artifactId>dbo-app</artifactId>
7
- <version>1.0.6</version>
+ <version>1.0.7</version>
8
<packaging>jar</packaging>
9
<parent>
10
<groupId>org.springframework.boot</groupId>
@@ -24,7 +24,7 @@
24
</properties>
25
26
<build>
27
- <finalName>${project.artifactId}-${project.version}</finalName>
+ <finalName>${project.artifactId}</finalName>
28
29
<pluginManagement>
30
<plugins>
0 commit comments