You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2020/04/02 11:00:38 UTC

[sling-org-apache-sling-junit-teleporter] 01/05: SLING-9327 - allow for running tests with jdk11

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

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

commit b81ebb99b04ba9bd0754efdfe294ba933ecb0d52
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Apr 2 12:38:19 2020 +0200

    SLING-9327 - allow for running tests with jdk11
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0069ac..10cb6bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,8 +21,8 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.sling</groupId>
-    <artifactId>sling</artifactId>
-    <version>33</version>
+    <artifactId>sling-bundle-parent</artifactId>
+    <version>38</version>
     <relativePath />
   </parent>