Skip to content

Commit ea21dc1

Browse files
authored
Fix BOMs location (#1820)
Make them reside within apache-maven A
1 parent 076c4df commit ea21dc1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

apache-maven/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -231,9 +231,6 @@ under the License.
231231
<goal>build-bom</goal>
232232
</goals>
233233
<configuration>
234-
<bomGroupId>org.apache.maven</bomGroupId>
235-
<bomArtifactId>maven-bom</bomArtifactId>
236-
<bomVersion>${project.version}</bomVersion>
237234
<bomClassifier>skinny</bomClassifier>
238235
<bomName>Maven Dependencies Skinny BOM</bomName>
239236
<bomDescription>Bill Of Materials for Apache Maven - Maven JARS only</bomDescription>
@@ -247,9 +244,6 @@ under the License.
247244
<goal>build-bom</goal>
248245
</goals>
249246
<configuration>
250-
<bomGroupId>org.apache.maven</bomGroupId>
251-
<bomArtifactId>maven-bom</bomArtifactId>
252-
<bomVersion>${project.version}</bomVersion>
253247
<bomClassifier>fat</bomClassifier>
254248
<bomName>Maven Dependencies Fat BOM</bomName>
255249
<bomDescription>Bill Of Materials for Apache Maven - All dependencies</bomDescription>

0 commit comments

Comments
 (0)