From bf5085848941f3af5f4a383f36ebf8e85f3cc4ab Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 4 Apr 2017 12:49:36 -0700 Subject: [PATCH] adding changelog --- maven-wrapper/CHANGELOG.md | 27 +++++++++++++++++++++++++++ maven-wrapper/README.md | 5 +++++ 2 files changed, 32 insertions(+) create mode 100644 maven-wrapper/CHANGELOG.md diff --git a/maven-wrapper/CHANGELOG.md b/maven-wrapper/CHANGELOG.md new file mode 100644 index 0000000000..0b0017861e --- /dev/null +++ b/maven-wrapper/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +The [git commit history](https://github.com/takari/maven-wrapper/commits/master) is the detailed source of all changes. The following provides +most information at an easier glance. + +## Version 0.2.0 - Upcoming + +* Use Apple-recommended strategy for locating JAVA_HOME +** see https://github.com/takari/maven-wrapper/pull/14 +** contributed by Karsten Sperling - https://github.com/ksperling +* Be defensive about creating directories for files +** see https://github.com/takari/maven-wrapper/pull/29 +** contributed by Dave Syer - https://github.com/dsyer +* Fix for paths with spaces on Windows +** see https://github.com/takari/maven-wrapper/pull/21 +** contributed by Andreas Ahlenstorf - https://github.com/aahlenst +* Removed unused MAVEN_CMD_LINE_ARGS +** see https://github.com/takari/maven-wrapper/pull/28 +** contributed by Michal Domagala - https://github.com/michaldo + +## Version 0.1.6 - 2016-10-17 + +See the commit [git commit history](https://github.com/takari/maven-wrapper/commits/master). + +## Version 0.1.5 and earlier + +See the commit [git commit history](https://github.com/takari/maven-wrapper/commits/master). \ No newline at end of file diff --git a/maven-wrapper/README.md b/maven-wrapper/README.md index 152aceea7a..055893b3df 100644 --- a/maven-wrapper/README.md +++ b/maven-wrapper/README.md @@ -28,6 +28,11 @@ $ ./mvnw.cmd clean install A normal Maven build will be executed with the one important change that if the user doesn't have the necessary version of Maven specified in `.mvn/wrapper/maven-wrapper.properties` it will be downloaded for the user first. + +## Changes + +Please check out the [changelog](./CHANGELOG.md) for more information about our releases. + ## Using a Different Version of Maven To switch the version of Maven used to build a project you can initialize it using