Skip to content

Commit

Permalink
Bump org.panteleyev:jpackage-maven-plugin from 1.6.4 to 1.6.5
Browse files Browse the repository at this point in the history
Bumps [org.panteleyev:jpackage-maven-plugin](https://github.com/petr-panteleyev/jpackage-maven-plugin) from 1.6.4 to 1.6.5.
- [Commits](petr-panteleyev/jpackage-maven-plugin@v1.6.4...v1.6.5)

---
updated-dependencies:
- dependency-name: org.panteleyev:jpackage-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 8, 2024
1 parent fdc3168 commit 798c796
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 @@ -134,7 +134,7 @@
<plugin>
<groupId>org.panteleyev</groupId>
<artifactId>jpackage-maven-plugin</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
<configuration>
<icon>${project.build.outputDirectory}/icon/icon-256.png</icon>
<winMenu>true</winMenu>
Expand All @@ -155,7 +155,7 @@
<plugin>
<groupId>org.panteleyev</groupId>
<artifactId>jpackage-maven-plugin</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
<configuration>
<type>APP_IMAGE</type>
<icon>${project.build.outputDirectory}/icon/icon-256.png</icon>
Expand All @@ -176,7 +176,7 @@
<plugin>
<groupId>org.panteleyev</groupId>
<artifactId>jpackage-maven-plugin</artifactId>
<version>1.6.4</version>
<version>1.6.5</version>
<configuration>
<type>DMG</type>
<icon>${project.build.outputDirectory}/icon/log-gazer.icns</icon>
Expand Down

0 comments on commit 798c796

Please sign in to comment.