You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by js...@apache.org on 2019/07/08 10:03:07 UTC

[sling-org-apache-sling-jcr-resource] branch master updated: SLING-8565 - Update JCR Resource to parent pom version 34

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9804c7c  SLING-8565 - Update JCR Resource to parent pom version 34
9804c7c is described below

commit 9804c7c1a5343ab4ca40a4c4dbfee9a23c886111
Author: Julian Sedding <js...@apache.org>
AuthorDate: Mon Jul 8 12:02:25 2019 +0200

    SLING-8565 - Update JCR Resource to parent pom version 34
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4dd9c79..7c53420 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>33</version>
+        <version>34</version>
         <relativePath />
     </parent>
 
@@ -47,7 +47,6 @@
         <site.javadoc.exclude>**.internal.**</site.javadoc.exclude>
         <oak.version>1.5.15</oak.version>
         <jackrabbit.version>2.13.4</jackrabbit.version>
-        <sling.java.version>8</sling.java.version>
     </properties>
 
     <build>