This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 4f3a74a286134ba24c83db50580fdfd10a1e3f83 Author: Gary D. Gregory <[email protected]> AuthorDate: Tue Dec 24 08:41:24 2024 -0500 Fix artifact names in BOM POM --- commons-vfs2-bom/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commons-vfs2-bom/pom.xml b/commons-vfs2-bom/pom.xml index 0ea65a56..175714d8 100644 --- a/commons-vfs2-bom/pom.xml +++ b/commons-vfs2-bom/pom.xml @@ -41,12 +41,12 @@ </dependency> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-ant</artifactId> + <artifactId>commons-vfs2-ant</artifactId> <version>2.10.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> - <artifactId>commons-hdfs</artifactId> + <artifactId>commons-vfs2-hdfs</artifactId> <version>2.10.0-SNAPSHOT</version> </dependency> <dependency>
