Skip to content

Commit

Permalink
Release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
perdian committed Apr 27, 2022
1 parent a3953b1 commit 429e364
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +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).

## [Unreleased](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.17.0...HEAD)
## [Unreleased](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.17.1...HEAD)

## [1.17.1](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.17.0...v1.17.1) - 2022-04-27

### Changed

- Embedded JDK or JRE is now stored inside the bundle in the `Contents/Java/runtime` directory (https://github.com/perdian/macosappbundler-maven-plugin/pull/36)

## [1.17.0](https://github.com/perdian/macosappbundler-maven-plugin/compare/v1.16.0...v1.17.0) - 2022-01-23

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.17.0</version>
<version>1.17.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.17.0</version>
<version>1.17.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.17.0</version>
<version>1.17.1</version>
<configuration>
<plist>
<CFBundleIconFile>src/bundle/test.icns</CFBundleIconFile>
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.17.1-SNAPSHOT</version>
<version>1.17.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 429e364

Please sign in to comment.