Skip to content

Commit

Permalink
Release version 1.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Sep 25, 2022
1 parent 6706f95 commit 296fe2c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.18.1](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.18.0...v1.18.1) - 2022-09-25

### Fixed

- DMG file name not computed correctly (#39)


## [1.18.0](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.17.1...v1.18.0) - 2022-06-21

### Added
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
<configuration>
<plist>
<JVMMainClassName>de.perdian.test.YourApplication</JVMMainClassName>
Expand All @@ -44,7 +44,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
<configuration>
<plist>
<CFBundleIconFile>src/bundle/test.icns</CFBundleIconFile>
Expand Down Expand Up @@ -92,7 +92,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
<configuration>
<plist>
<CFBundleIconFile>src/bundle/test.icns</CFBundleIconFile>
Expand Down
2 changes: 1 addition & 1 deletion example-classpath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
<configuration>
<plist>
<JVMMainClassName>de.perdian.maven.plugins.macosappbundler.example.ExampleApplicationLauncher</JVMMainClassName>
Expand Down
2 changes: 1 addition & 1 deletion example-modulepath/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<version>1.18.0</version>
<version>1.18.1</version>
<configuration>
<plist>
<JVMMainModuleName>de.perdian.maven.plugins.macosappbundler.example/de.perdian.maven.plugins.macosappbundler.example.ExampleApplicationLauncher</JVMMainModuleName>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.perdian.maven.plugins</groupId>
<artifactId>macosappbundler-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>1.18.1-SNAPSHOT</version>
<version>1.18.1</version>

<name>macOS app bundler Maven plugin</name>
<description>Maven plugin to create a macOS application bundle</description>
Expand Down

0 comments on commit 296fe2c

Please sign in to comment.