This is an automated email from the ASF dual-hosted git repository.
rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git
The following commit(s) were added to refs/heads/master by this push:
new 56f838d Parent cleanups
56f838d is described below
commit 56f838db0f410e940e4761bec098f7aee134bacf
Author: Robert Munteanu <[email protected]>
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>