You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2019/05/28 12:28:34 UTC

[sling-org-apache-sling-starter] branch master updated: Update to parent pom 35 for java 11+ support when building

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f61ad03  Update to parent pom 35 for java 11+ support when building
f61ad03 is described below

commit f61ad03594e45124654ea488f738c7b816f8ef15
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue May 28 14:28:26 2019 +0200

    Update to parent pom 35 for java 11+ support when building
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b3562d5..5795a37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>33</version>
+        <version>35</version>
         <relativePath />
     </parent>