mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Merge branch '178-maven-assembly-output-contains-wrong-jar' into 'release/1.6.x'
Resolve "Maven Assembly Output contains wrong JAR" See merge request kosit/validator!106
This commit is contained in:
commit
1f5d79c027
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@
|
|||
<outputDirectory>libs</outputDirectory>
|
||||
<useProjectArtifact>false</useProjectArtifact>
|
||||
<scope>runtime</scope>
|
||||
<outputFileNameMapping>${artifact.artifactId}-${artifact.baseVersion}.${artifact.extension}</outputFileNameMapping>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue