You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2021/12/09 09:50:12 UTC

[sling-org-apache-sling-testing-clients] branch master updated: SLING-10974 set java version and update to latest parent

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

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


The following commit(s) were added to refs/heads/master by this push:
     new dc84a06  SLING-10974 set java version and update to latest parent
dc84a06 is described below

commit dc84a066352a514c79d7742b35f460fa29a7093f
Author: Andrei Dulvac <ad...@adobe.com>
AuthorDate: Thu Dec 9 10:48:08 2021 +0100

    SLING-10974 set java version and update to latest parent
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8fe6f9e..7ed4c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling-bundle-parent</artifactId>
-        <version>43</version>
+        <version>46</version>
         <relativePath />
     </parent>
 
@@ -43,8 +43,8 @@
     </scm>
     
     <properties>
-        <maven.compiler.source>1.8</maven.compiler.source>
-        <maven.compiler.target>1.8</maven.compiler.target>
+        <sling.java.version>8</sling.java.version>
+        <project.build.outputTimestamp>10</project.build.outputTimestamp>
     </properties>
 
     <build>