You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/04/03 16:39:59 UTC

[maven] branch master updated: [MNG-6806] fix typo

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

hboutemy 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 b6461a5  [MNG-6806] fix typo
b6461a5 is described below

commit b6461a5f5bc8e15b1c2dac091b17ccd43023c6a4
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Apr 3 18:39:56 2021 +0200

    [MNG-6806] fix typo
---
 maven-bom/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-bom/pom.xml b/maven-bom/pom.xml
index f11a852..9bfb385 100644
--- a/maven-bom/pom.xml
+++ b/maven-bom/pom.xml
@@ -27,11 +27,11 @@ under the License.
     <version>34</version>
     <relativePath />
   </parent>
-  <groupId>org.apache.maven</groupId>
+
   <artifactId>maven-bom</artifactId>
   <version>4.0.0-alpha-1-SNAPSHOT</version>
 
-  <name>Maven Dependecies BOM</name>
+  <name>Maven Dependencies BOM</name>
   <description>Bill Of Materials for Apache Maven dependencies</description>
 
   <dependencyManagement>