Skip to content

Commit

Permalink
JReleaser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
christian committed Nov 5, 2023
1 parent 25fe378 commit 2f32450
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@
</github>
</release>
<distributions>
<app>
<MavenDependencyCVE-Scanner>
<name>${project.artifactId}</name>
<type>NATIVE_IMAGE</type>
<type>BINARY</type>
<artifacts>
<artifact>
<path>{{artifactsDir}}/${project.artifactId}-${project.version}-linux-x86_64.tar.gz</path>
Expand All @@ -204,7 +204,7 @@
<platform>osx-x86_64</platform>
</artifact>
</artifacts>
</app>
</MavenDependencyCVE-Scanner>
</distributions>
</jreleaser>
</configuration>
Expand Down

0 comments on commit 2f32450

Please sign in to comment.