maven/maven-wrapper/CHANGELOG.md

186 lines
7.5 KiB
Markdown
Raw Normal View History

2017-04-04 15:49:36 -04:00
# Changelog
2019-02-20 00:14:45 -05:00
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.
2017-04-04 15:49:36 -04:00
2019-03-27 00:28:55 -04:00
## Version 0.5.4 - 2019-03-26
2019-03-17 01:09:54 -04:00
- Adapt mvnw.cmd to also honour MVNW_VERBOSE
- see https://github.com/takari/maven-wrapper/pull/115
- contributed by Brian de Alwis https://github.com/briandealwis
2019-03-17 01:14:35 -04:00
- Provide a 'standardized' way to retrieve CLI arguments
- same as mvn itself
- see https://github.com/takari/maven-wrapper/pull/113
- contributed by Guy Brand https://github.com/guylabs
- Ensure correct executable flag setting
- fixes https://github.com/takari/maven-wrapper/issues/78
- contributed by Manfred Moser - http://www.simpligility.com
2019-03-17 01:09:54 -04:00
- Updated documentation to include plugin version
2019-02-25 16:24:55 -05:00
## Version 0.5.3 - 2019-02-25
- MVNW_REPOURL check bug in mvnw
- fixes https://github.com/takari/maven-wrapper/issues/109
- see https://github.com/takari/maven-wrapper/pull/111
- contributed by Piotrek Żygieło https://github.com/pzygielo and
Sebastian Peters https://github.com/sepe81,
Release performed by Manfred Moser - http://www.simpligility.com
2019-02-25 16:26:18 -05:00
## Version 0.5.2 - 2019-02-20
2019-02-20 12:32:55 -05:00
- Re-applied TLS1.2 fix for Windows
- see https://github.com/takari/maven-wrapper/pull/108
- contributed by Ralph Schaer https://github.com/ralscha
Release performed by Manfred Moser - http://www.simpligility.com
## Version 0.5.1 - 2019-02-19
2019-02-20 00:14:45 -05:00
- Corrected check for MVNW_REPOURL in mvnw.cmd
- fixes https://github.com/takari/maven-wrapper/issues/106
- see https://github.com/takari/maven-wrapper/pull/107
- contributed by Manfred Moser http://www.simpligility.com
2019-02-20 00:14:45 -05:00
Release performed by Manfred Moser - http://www.simpligility.com
2019-02-19 02:07:17 -05:00
## Version 0.5.0 - 2019-02-18
2018-12-18 00:12:38 -05:00
- update to Maven 3.6.0 as default
2018-12-18 01:00:21 -05:00
- Use TLS 1.2 on Windows
- see https://github.com/takari/maven-wrapper/pull/89
- contributed by Julian Hyde https://github.com/julianhyde
- Fix compile path for cygwin
- see https://github.com/takari/maven-wrapper/pull/83
- contributed by Dániel Kovács https://github.com/AFulgens
2019-02-18 13:43:00 -05:00
- Fix for path with spaces on Windows
- see https://github.com/takari/maven-wrapper/pull/101
- contributed by Paul Stöhr https://github.com/CiTuX
- Support for authentication to corporate repository manager
- see https://github.com/takari/maven-wrapper/pull/96
- see https://github.com/takari/maven-wrapper/pull/86
- contributed by Sebastian Peters https://github.com/sepe81,
Sander Wartenberg https://github.com/sanderino666 and
Manfred Moser http://www.simpligility.com
- Consistent license header across all Java source
2019-02-18 15:09:17 -05:00
- see https://github.com/takari/maven-wrapper/pull/105
- fixes https://github.com/takari/maven-wrapper/issues/104
- contributed by Manfred Moser http://www.simpligility.com
- Support MVNW_REPOURL environment variable usage
- during wrapper install and wrapper usage
- for wrapper and maven distro download
- in scripts and wrapper binary
- contributed by Manfred Moser http://www.simpligility.com
Release performed by Manfred Moser - http://www.simpligility.com
2018-12-18 00:12:38 -05:00
## Version 0.4.2 - 2018-07-02
2018-02-20 00:34:16 -05:00
2018-12-18 00:12:38 -05:00
- update to Maven 3.5.4 as default
2018-07-02 11:47:48 -04:00
- dependency updates
- end of line in properties file
- parent pom upgrade
2018-02-20 00:34:16 -05:00
Release performed by Manfred Moser - http://www.simpligility.com
2018-02-20 00:27:29 -05:00
## Version 0.4.0 - 2018-02-19
2018-02-19 22:52:41 -05:00
- Allow for wrapper to work without the jar file
- see https://github.com/takari/maven-wrapper/pull/60
- see https://github.com/takari/maven-wrapper/pull/70
2018-02-20 00:48:57 -05:00
- fixed https://github.com/takari/maven-wrapper/issues/24
2018-02-19 22:52:41 -05:00
- contributed by Christofer Dutz https://github.com/chrisdutz
- and Manfred Moser - http://www.simpligility.com
2018-02-19 23:52:10 -05:00
- Change URLs used to official Maven repo URL
- done as part of above changes
2018-02-19 22:52:41 -05:00
Release performed by Manfred Moser - http://www.simpligility.com
2017-10-26 01:35:44 -04:00
## Version 0.3.0 - 2017-10-25
2017-10-26 00:12:41 -04:00
- Set title on shell window in Windows
- see https://github.com/takari/maven-wrapper/pull/66
- contributed by https://github.com/hcgpragt
- Change default Maven version to 3.5.2 in wrapper config
- contributed by Manfred Moser - http://www.simpligility.com
- Respect MVNW_VERBOSE when printing progress reporting and diagnostic info
- see https://github.com/takari/maven-wrapper/pull/67
- contributed by Konstantin Sobolev https://github.com/eprst
2017-10-26 01:35:44 -04:00
- Smaller chunk size for download progress reporting
- contributed by Manfred Moser - http://www.simpligility.com
2017-10-26 00:12:41 -04:00
2017-10-26 01:36:34 -04:00
Release performed by Manfred Moser - http://www.simpligility.com
2017-09-12 18:38:58 -04:00
## 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
- contributed by Tadaya Tsuyukubo - https://github.com/ttddyy
- Verbose mode
- only print out basedir and version in verbose mode
- set by environment variable MVNW_VERBOSE="true"
2017-09-12 18:38:58 -04:00
- 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
2017-04-22 00:15:18 -04:00
## Version 0.2.1 - 2017-04-21
- Compile wrapper with Java 1.5 language level to allow usage with Java1.5 +
- see https://github.com/takari/maven-wrapper/pull/45
- contributed by Mark Chesney - https://github.com/mches
Release performed by Manfred Moser - http://www.simpligility.com
## Version 0.2.0 - 2017-04-17
2017-04-04 15:49:36 -04:00
2017-04-04 15:54:07 -04:00
- 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
- also see https://github.com/takari/maven-wrapper/pull/33
- contributed by https://github.com/vicaya
- fixes https://github.com/takari/maven-wrapper/issues/31
- tested on Linux, OSX and Windows
2017-04-04 15:54:07 -04:00
- Removed unused MAVEN_CMD_LINE_ARGS
- see https://github.com/takari/maven-wrapper/pull/28
- contributed by Michal Domagala - https://github.com/michaldo
2017-04-05 01:16:54 -04:00
- Fix for stale wrapper jar file
- see https://github.com/takari/maven-wrapper/pull/36
- contributed by Mark Chesney - https://github.com/mches
- and Manfred Moser - http://www.simpligility.com
- fixes https://github.com/takari/maven-wrapper/issues/37
- Plugin and other project updates
- contributed by Manfred Moser - http://www.simpligility.com
2017-04-05 02:59:49 -04:00
- Support for spaces in path on Unix
- see https://github.com/takari/maven-wrapper/pull/25
- contributed by https://github.com/beverage
- and Manfred Moser - http://www.simpligility.com
- Upgraded default Maven version to 3.5.0
- contributed by Manfred Moser - http://www.simpligility.com
2017-04-10 13:13:07 -04:00
- and Fred Bricon
2017-04-10 13:52:09 -04:00
- Support for simple shell like dash
- fixes https://github.com/takari/maven-wrapper/issues/34
- tested by Manfred Moser - http://www.simpligility.com
- Support for Solaris
- see https://github.com/takari/maven-wrapper/pull/40
- fixes https://github.com/takari/maven-wrapper/issues/34
- contributed by Pelisse Romain https://github.com/rpelisse
2017-04-05 02:59:49 -04:00
Release performed by Manfred Moser - http://www.simpligility.com
2017-04-04 15:49:36 -04:00
## 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
2019-03-17 01:09:54 -04:00
See the commit [git commit history](https://github.com/takari/maven-wrapper/commits/master).