This is an automated email from the ASF dual-hosted git repository.
gnodet 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 18c0d9aecd [MNG-8003] Fix BOM groupId
18c0d9aecd is described below
commit 18c0d9aecdf953522d4e58fc10a94e6f09b55fcc
Author: Guillaume Nodet <[email protected]>
AuthorDate: Fri Jan 12 10:40:11 2024 +0100
[MNG-8003] Fix BOM groupId
---
maven-bom/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index 973faa93a3..ed8e4d472a 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -26,6 +26,7 @@ under the License.
<relativePath />
</parent>
+ <groupId>org.apache.maven</groupId>
<artifactId>maven-bom</artifactId>
<version>4.0.0-alpha-12-SNAPSHOT</version>
<packaging>pom</packaging>