Releases: mojohaus/native2ascii-maven-plugin
Releases · mojohaus/native2ascii-maven-plugin
Version 2.1.1
What's Changed
- (docs) README: short plugin description by @bmarwell in #21
- Bumped several dependency versions
- Fix dependency resolving in visual studio code by @matthiasheyman in #26
- Drop outdated Travis CI by @slachiewicz in #28
New Contributors
- @bmarwell made their first contribution in #21
- @matthiasheyman made their first contribution in #26
- @slachiewicz made their first contribution in #28
Full Changelog: v2.1.0...v2.1.1
Version 2.1.0
What's Changed
- Reduced noise in logs as requested in #4, see #14
- Removed redundant maven-plugin-plugin with obsoleted configuration in #15
- Using a temporary directory in
target
instead of operating system's temp dir #16 - Replaced usage of deprecated methods and constructs in #11
- Excluded unused transitive dependencies with security issues, see #7
- All goals marked as thread-safe in ec424c4
- Updated dependencies in #10, #18, #19 :
- JUnit from 4.12 to 5.9.2.
- Maven plugin artifacts to latest
- Apache Commons Text to 1.10.0 and Apache Commons Lang to 3.12.0
- Improved QA/CI - more tests
Full Changelog: v2.0.1...v2.1.0
Version 2.0.1
First final version - 2.0.0
Nearly same as 2.0-M1, but should make it to Maven Central Repository and is compliant with MojoHaus processes.
v 2.0-M1 - prerelease of 2014
Supports Eclipse Lifecycles.
Three targets: inplace, resources, testResources
Not published in public Maven repositories so you had to build it youserlves.