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

[sling-org-apache-sling-distribution-journal-messages] branch master updated: SLING-8563 - Update of parent pom

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

cschneider pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-distribution-journal-messages.git


The following commit(s) were added to refs/heads/master by this push:
     new 24a5395  SLING-8563 - Update of parent pom
24a5395 is described below

commit 24a539578b807304f8b2b7ada53cfb5f3ea865c2
Author: Christian Schneider <cs...@adobe.com>
AuthorDate: Fri Jul 5 13:43:05 2019 +0200

    SLING-8563 - Update of parent pom
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 99a0eda..89b44c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>34</version>
+        <version>35</version>
         <relativePath />
     </parent>
 
@@ -41,7 +41,6 @@
 
     <properties>
         <sling.java.version>8</sling.java.version>
-        <surefire.plugin.version>2.22.2</surefire.plugin.version>
     </properties>
 
     <scm>
@@ -99,6 +98,7 @@
         <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.cmpn</artifactId>
+            <version>6.0.0</version>
             <scope>provided</scope>
         </dependency>