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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f294286  add ASF parent to be able to trigger releases also from 
reactor
f294286 is described below

commit f2942865746ed7493f846ab73001491d6774e4a2
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu Jan 9 12:58:00 2020 +0100

    add ASF parent to be able to trigger releases also from reactor
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 352e6b1..18ed3a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,6 +23,14 @@
     <packaging>pom</packaging>
     <version>36-SNAPSHOT</version>
 
+    <!-- the ASF parent is necessary to trigger the right release profile -->
+    <parent>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>22</version>
+        <relativePath />
+    </parent>
+    
     <name>Apache Sling Parent Reactor</name>
     <description>The reactor pom to build all Sling parents</description>
 

Reply via email to