71 lines
2.9 KiB
Plaintext
71 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Sep 27 11:15:21 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Update to version 3.2.1
|
|
* Bug
|
|
+ MSHARED-994: DependencyCollectorBuilder does not collect
|
|
dependencies when artifact has 'war' packaging
|
|
+ MSHARED-1016: Transitive provided dependencies are not
|
|
removed from collected dependency graph
|
|
* New Feature
|
|
+ MSHARED-1158: DependencyCollectorBuilder more configurable
|
|
* Improvement
|
|
+ MSHARED-339: DependencyGraphBuilder does not provide verbose
|
|
tree
|
|
+ MSHARED-491: DependencyGraphBuilders shouldn't need
|
|
reactorProjects for resolving dependencies
|
|
+ MSHARED-519: Maven31DependencyGraphBuilder (and others?)
|
|
should not download dependencies other than the pom
|
|
+ MSHARED-657: plexus-component-annotation in line with
|
|
plexus-component-metadata
|
|
+ MSHARED-691: Upgrade parent to 31
|
|
+ MSHARED-788: Add functionality to collect raw dependencies
|
|
in Maven 3+
|
|
+ MSHARED-816: Annotate DependencyNodes with dependency
|
|
management metadata
|
|
+ MSHARED-825: Require Java 8
|
|
+ MSHARED-850: Upgrade org.eclipse.aether:aether-util
|
|
dependency in org.apache.maven.shared:maven-dependency-tree
|
|
+ MSHARED-852: Add Exclusions to DependencyNode
|
|
+ MSHARED-853: make build Reproducible
|
|
+ MSHARED-1070: Migrate plexus component to JSR-330
|
|
+ MSHARED-1071: Drop maven 3.0 compatibility
|
|
* Dependency upgrade
|
|
+ MSHARED-771: Upgrade shared-component to version 33
|
|
+ MSHARED-1069: Upgrade Parent to 36
|
|
+ MSHARED-1114: Bump maven-shared-components from 36 to 37
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 6 18:48:23 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Remove unnecessary dependency on xmvn tools and parent pom
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Mar 20 20:05:36 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Build with java source and target levels 8
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 11 13:03:50 UTC 2021 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Do not build against the legacy guava20 any more
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 04 01:26:29 UTC 2021 - Wang Jun <jgwang@suse.com>
|
|
|
|
- Update to version 3.0.1
|
|
* Fixed JavaDoc issue for JDK 8
|
|
* maven-dependency-tree removes optional flag from
|
|
managed dependencies
|
|
* Change characters used to diplay trees to make
|
|
relationships clearer
|
|
* Pass source+target to m-invoker-p, easiest way to override
|
|
default values of maven-compiler-plugin
|
|
* Upgrade org.codehaus.plexus:plexus-component-metadata to 1.7.1
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 25 09:02:44 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
|
|
|
- Initial packaging of maven-dependency-tree 3.0
|
|
- Generate and customize the ant build.xml file
|