You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/03/18 13:15:23 UTC

[sling-org-apache-sling-launchpad-startupmanager] branch master updated: Update parent pom to the latest version.

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

davidb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-startupmanager.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e67d38  Update parent pom to the latest version.
1e67d38 is described below

commit 1e67d38f9df7aafbb0a7402c3daf47b13cd77188
Author: David Bosschaert <bo...@adobe.com>
AuthorDate: Wed Mar 18 13:14:34 2020 +0000

    Update parent pom to the latest version.
    
    Also increased Java version from 7 to 8, to comply with the Enforcer
    Plugin rules defined by the parent pom.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 71be988..8da77c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>26</version>
+        <version>38</version>
         <relativePath />
     </parent>
     
@@ -43,7 +43,7 @@
     </scm>
 
     <properties>
-        <sling.java.version>7</sling.java.version>
+        <sling.java.version>8</sling.java.version>
     </properties>
 
     <build>