This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch maven-deploy-plugin-3.x in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git
The following commit(s) were added to refs/heads/maven-deploy-plugin-3.x by this push: new 2173944 Fix IT deploy-bom for Maven rc-2 2173944 is described below commit 21739448e56b253f56f01ec1e18fa42a506bb49c Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Fri Feb 7 19:45:29 2025 +0100 Fix IT deploy-bom for Maven rc-2 --- src/it/deploy-bom/verify.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/src/it/deploy-bom/verify.groovy b/src/it/deploy-bom/verify.groovy index 2b314e9..8979588 100644 --- a/src/it/deploy-bom/verify.groovy +++ b/src/it/deploy-bom/verify.groovy @@ -18,7 +18,6 @@ */ def expectedDeploys = [ - 'org/apache/maven/its/deploy/bom/test/1.0/test-1.0-build.pom', 'org/apache/maven/its/deploy/bom/test/1.0/test-1.0.pom', 'org/apache/maven/its/deploy/bom/test/maven-metadata.xml', ]