You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/12/10 09:19:44 UTC

[turbine-core] branch trunk updated: set empty relativePath for parent in pom, update .gitignore

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

gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f0741fd  set empty relativePath for parent in pom, update .gitignore
f0741fd is described below

commit f0741fdaf5cf1090002c1752eda5a7c617d1c929
Author: Georg Kallidis <gk...@cedis.fu-berlin.de>
AuthorDate: Fri Dec 10 10:03:51 2021 +0100

    set empty relativePath for parent in pom, update .gitignore
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 10fd020..b97a720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,7 @@
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
     <version>10-SNAPSHOT</version>
+    <relativePath/>
   </parent>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>