Fixing Maven Assembly Output contains wrong XML Resolver JAR

This commit is contained in:
Philip Helger 2026-02-10 17:01:07 +01:00
parent 57ae444857
commit c5c40c2009
2 changed files with 6 additions and 1 deletions

View file

@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 1.6.2 - UNRELEASED
### Changed
- (BUILD) [GitHub #169](https://github.com/itplr-kosit/validator/issues/169) The `.zip` file created from `maven-assembly-plugin` now contains the correct xml-resolver dependencies. Thanks to @landrix for pointing that out
## 1.6.1 - 2026-02-05
### Changed