You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2019/05/26 14:53:11 UTC

[sling-org-apache-sling-karaf-integration-tests] branch master updated: SLING-8436 Use Sling Bundle Parent 35

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

olli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-karaf-integration-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new fb63225  SLING-8436 Use Sling Bundle Parent 35
fb63225 is described below

commit fb63225fe64934e81b82c3ae59d2f2140a3fd0c3
Author: Oliver Lietz <ol...@apache.org>
AuthorDate: Sun May 26 16:52:41 2019 +0200

    SLING-8436 Use Sling Bundle Parent 35
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef34713..17a193d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,8 +23,8 @@
 
   <parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling</artifactId>
-    <version>34</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>35</version>
     <relativePath/>
   </parent>