Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/markdown/shared/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The shared components are currently under transition to Maven 3.x only component
| **Shared Component** | **Version** | **Release Date** | **Description** | **Source Repository** | **Issue Tracking** |
|:---------------------------------------------------------------------------|:------------|:-----------------|:----------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------|
| [ `file-management`](/shared/file-management/) | 3.2.0 | 2025-04-13 | API to collect files from a given directory using several include/exclude rules. | [Git](https://gitbox.apache.org/repos/asf/maven-file-management.git) / [GitHub](https://github.com/apache/maven-file-management/) | [GitHub Issues](https://github.com/apache/maven-file-management/issues) |
| [ `maven-archiver`](/shared/maven-archiver/) | 3.6.5 | 2025-10-05 | Is mainly used by plugins to handle packaging. | [Git](https://gitbox.apache.org/repos/asf/maven-archiver.git) / [GitHub](https://github.com/apache/maven-archiver/) | [GitHub Issues](https://github.com/apache/maven-archiver/issues)
| [ `maven-archiver`](/shared/maven-archiver/) | 3.6.6 | 2025-12-20 | Is mainly used by plugins to handle packaging. | [Git](https://gitbox.apache.org/repos/asf/maven-archiver.git) / [GitHub](https://github.com/apache/maven-archiver/) | [GitHub Issues](https://github.com/apache/maven-archiver/issues)
| [ `maven-common-artifact-filters`](/shared/maven-common-artifact-filters/) | 3.4.0 | 2024-06-05 | Filters lists of Artifact instances. | [Git](https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git) / [GitHub](https://github.com/apache/maven-common-artifact-filters/) | [GitHub Issues](https://github.com/apache/maven-common-artifact-filters/issues) |
| [ `maven-dependency-analyzer`](/shared/maven-dependency-analyzer/) | 1.16.0 | 2025-04-14 | Maven Dependency Analyzer component. | [Git](https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git) / [GitHub](https://github.com/apache/maven-dependency-analyzer/) | [GitHub Issues](https://github.com/apache/maven-dependency-analyzer/issues) |
| [ `maven-dependency-tree`](/shared/maven-dependency-tree/) | 3.3.0 | 2024-05-29 | Maven Dependency Tree constructs a tree model of a Maven project's dependencies. | [Git](https://gitbox.apache.org/repos/asf/maven-dependency-tree.git) / [GitHub](https://github.com/apache/maven-dependency-tree/) | [GitHub Issues](https://github.com/apache/maven-dependency-tree/issues) |
Expand Down
Loading