From 296fe2c635e8a6b108933269a05a825423b9db77 Mon Sep 17 00:00:00 2001 From: Christian Seifert Date: Sun, 25 Sep 2022 10:15:22 +0200 Subject: [PATCH] Release version 1.18.1 --- CHANGELOG.md | 7 +++++++ README.md | 6 +++--- example-classpath/pom.xml | 2 +- example-modulepath/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9344a97..9bcd48a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 00b3914..03b132e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li de.perdian.maven.plugins macosappbundler-maven-plugin - 1.18.0 + 1.18.1 de.perdian.test.YourApplication @@ -44,7 +44,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li de.perdian.maven.plugins macosappbundler-maven-plugin - 1.18.0 + 1.18.1 src/bundle/test.icns @@ -92,7 +92,7 @@ Maven plugin for creating a native [macOS bundle](https://developer.apple.com/li de.perdian.maven.plugins macosappbundler-maven-plugin - 1.18.0 + 1.18.1 src/bundle/test.icns diff --git a/example-classpath/pom.xml b/example-classpath/pom.xml index 5835e22..c922246 100644 --- a/example-classpath/pom.xml +++ b/example-classpath/pom.xml @@ -62,7 +62,7 @@ de.perdian.maven.plugins macosappbundler-maven-plugin - 1.18.0 + 1.18.1 de.perdian.maven.plugins.macosappbundler.example.ExampleApplicationLauncher diff --git a/example-modulepath/pom.xml b/example-modulepath/pom.xml index 5a5f7e2..c6a23be 100644 --- a/example-modulepath/pom.xml +++ b/example-modulepath/pom.xml @@ -62,7 +62,7 @@ de.perdian.maven.plugins macosappbundler-maven-plugin - 1.18.0 + 1.18.1 de.perdian.maven.plugins.macosappbundler.example/de.perdian.maven.plugins.macosappbundler.example.ExampleApplicationLauncher diff --git a/pom.xml b/pom.xml index c060e71..b04438c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.perdian.maven.plugins macosappbundler-maven-plugin maven-plugin - 1.18.1-SNAPSHOT + 1.18.1 macOS app bundler Maven plugin Maven plugin to create a macOS application bundle