You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/02/16 11:21:26 UTC

[maven-archetype] branch ARCHETYPE-586 created (now 2bf6ed0)

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

slachiewicz pushed a change to branch ARCHETYPE-586
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


      at 2bf6ed0  [ARCHETYPE-586] Reset relativePath to remove build warnings

This branch includes the following new commits:

     new 2bf6ed0  [ARCHETYPE-586] Reset relativePath to remove build warnings

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-archetype] 01/01: [ARCHETYPE-586] Reset relativePath to remove build warnings

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch ARCHETYPE-586
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 2bf6ed025408d7cb04a6dde04c231a596b123259
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Feb 16 12:21:01 2020 +0100

    [ARCHETYPE-586] Reset relativePath to remove build warnings
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index ff6ad11..0172fda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.maven.archetype</groupId>