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 0835cf2  SLING-10974 set java version
0835cf2 is described below

commit 0835cf2e83c89873ccee6b1ef0af82acde99e832
Author: Andrei Dulvac <[email protected]>
AuthorDate: Wed Dec 8 18:38:34 2021 +0100

    SLING-10974 set java version
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5a3c503..eb693e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,11 @@
         
<url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-testing-clients.git</url>
         <tag>HEAD</tag>
     </scm>
+    
+    <properties>
+        <maven.compiler.source>1.8</maven.compiler.source>
+        <maven.compiler.target>1.8</maven.compiler.target>
+    </properties>
 
     <build>
         <plugins>

Reply via email to