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 <[email protected]> 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>
