You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/03/21 11:23:32 UTC

[sling-whiteboard] 01/01: Parent cleanups

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

rombert pushed a commit to branch feature/cp2fm-parent-pom
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git

commit 7fbf71c8db5a35c7597e84051788a237b985752b
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Thu Mar 21 12:23:00 2019 +0100

    Parent cleanups
    
    - set relative path to avoid warnings
    - use latest parent pom
---
 content-package-2-feature-model/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content-package-2-feature-model/pom.xml b/content-package-2-feature-model/pom.xml
index 0bc3d88..a13f09d 100644
--- a/content-package-2-feature-model/pom.xml
+++ b/content-package-2-feature-model/pom.xml
@@ -23,7 +23,8 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>29</version>
+    <version>34</version>
+    <relativePath />
   </parent>
 
   <artifactId>org.apache.sling.cp2fm</artifactId>