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:31 UTC

[sling-whiteboard] branch feature/cp2fm-parent-pom created (now 7fbf71c)

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

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


      at 7fbf71c  Parent cleanups

This branch includes the following new commits:

     new 7fbf71c  Parent cleanups

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[sling-whiteboard] 01/01: Parent cleanups

Posted by ro...@apache.org.
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>