From 8c6d458f2e339478156acbb27df7c3cffd715427 Mon Sep 17 00:00:00 2001 From: Manfred Moser Date: Tue, 12 Sep 2017 15:38:58 -0700 Subject: [PATCH] update info on wrapper --- maven-wrapper/CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/maven-wrapper/CHANGELOG.md b/maven-wrapper/CHANGELOG.md index b4e55b8c33..d0537af06c 100644 --- a/maven-wrapper/CHANGELOG.md +++ b/maven-wrapper/CHANGELOG.md @@ -3,7 +3,7 @@ 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.2 - 2017-09-12 +## Version 0.2.2 and 0.2.3 - 2017-09-12 - Print out Maven Wrapper version with each invocation - see https://github.com/takari/maven-wrapper/pull/48 @@ -11,7 +11,9 @@ The following provides most information at an easier glance. - Verbose mode - only print out basedir and version in verbose mode - set by environment variable MVNW_VERBOSE="true" - - onctributed by Manfred Moser - http://www.simpligility.com + - fixed NPE with https://github.com/takari/maven-wrapper/pull/65 + - contributed by Manfred Moser - http://www.simpligility.com + - and Tadaya Tsuyukubo https://github.com/ttddyy Release performed by Manfred Moser - http://www.simpligility.com