This is an automated email from the ASF dual-hosted git repository.

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new ea21dc1060 Fix BOMs location (#1820)
ea21dc1060 is described below

commit ea21dc10605ecb4c9adbb228f91f7489c3305856
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Oct 18 17:50:24 2024 +0200

    Fix BOMs location (#1820)
    
    Make them reside within apache-maven A
---
 apache-maven/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/apache-maven/pom.xml b/apache-maven/pom.xml
index d46aa209cd..5534408555 100644
--- a/apache-maven/pom.xml
+++ b/apache-maven/pom.xml
@@ -231,9 +231,6 @@ under the License.
               <goal>build-bom</goal>
             </goals>
             <configuration>
-              <bomGroupId>org.apache.maven</bomGroupId>
-              <bomArtifactId>maven-bom</bomArtifactId>
-              <bomVersion>${project.version}</bomVersion>
               <bomClassifier>skinny</bomClassifier>
               <bomName>Maven Dependencies Skinny BOM</bomName>
               <bomDescription>Bill Of Materials for Apache Maven - Maven JARS 
only</bomDescription>
@@ -247,9 +244,6 @@ under the License.
               <goal>build-bom</goal>
             </goals>
             <configuration>
-              <bomGroupId>org.apache.maven</bomGroupId>
-              <bomArtifactId>maven-bom</bomArtifactId>
-              <bomVersion>${project.version}</bomVersion>
               <bomClassifier>fat</bomClassifier>
               <bomName>Maven Dependencies Fat BOM</bomName>
               <bomDescription>Bill Of Materials for Apache Maven - All 
dependencies</bomDescription>

Reply via email to