forked from pool/maven-verifier
55 lines
2.2 KiB
Plaintext
55 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Apr 2 10:43:11 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Upgrade to upstream version 2.0.0 milestone 1
|
|
* Breaking changes
|
|
+ MSHARED-1137 - get default Maven home only from maven.home
|
|
system property
|
|
+ MSHARED-1125 - Require Maven args to be provided one by one
|
|
+ MSHARED-1127 - Remove main method from Verifier
|
|
+ MSHARED-690 - Change package from org.apache.maven.it to
|
|
o.a.m.shared.verifier
|
|
* Deprecated
|
|
+ MSHARED-1134 - Deprecate internal Verifier debug mode
|
|
+ MSHARED-1135 - deprecate mavenDebug option
|
|
+ MSHARED-1128 - Introduce execute method and deprecate
|
|
executeGoal(s)
|
|
+ MSHARED-1129 - Prepare for replace CLI options with CLI args
|
|
* New features and improvements
|
|
+ Code cleanup
|
|
+ MSHARED-1142 - remove rendundant error message
|
|
+ MSHARED-1124 - Add new version of methods filterFile and
|
|
newDefaultFilterMap
|
|
+ MSHARED-1089 - Upgrade maven-verifier to JDK 8 / Junit 5
|
|
* Bug Fixes
|
|
+ Fix inverted test
|
|
* Dependency updates
|
|
+ Bump junit-jupiter from 5.9.0 to 5.9.1
|
|
+ Bump maven-shared-components from 36 to 37
|
|
+ Bump junit-jupiter from 5.8.0 to 5.9.0
|
|
+ Bump maven-shared-utils from 0.1 to 3.3.3 in /src/test/resources
|
|
+ MSHARED-1075 - Upgrade Parent to 36
|
|
* Documentation updates
|
|
+ MSHARED-1128 - Update documentation with new execute method
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 6 18:27:57 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Remove unnecessary dependency on xmvn tools and parent pom
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 04:42:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 9 08:15:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Avoid name repetition in summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 25 13:20:30 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of maven-verifier 1.6
|
|
- Generate and customize the ant build.xml file
|