You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/12/12 23:27:08 UTC

[maven] branch master updated: fix pom

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

olamy 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 034290176 fix pom
034290176 is described below

commit 03429017664d75d9d9ea13a92dc0c0bd9ece0534
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Dec 13 09:26:48 2022 +1000

    fix pom
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0defbc7a2..a82b8548b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>38</version>
-    <relativePath />
+    <relativePath/>
   </parent>
 
   <artifactId>maven</artifactId>