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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new a40e420  Use existing property instead of copying the value for 
compiler target/source
a40e420 is described below

commit a40e420aad58d9b42871d4c692d4bdb9862ff572
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Jul 21 21:15:22 2024 +0200

    Use existing property instead of copying the value for compiler 
target/source
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7174681..222fd77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -97,8 +97,8 @@
     <junit.version>4.13.2</junit.version>
     <!-- This is the version of Maven required to use the Maven Plugin for 
this project -->
     <mavenVersion>3.0.5</mavenVersion>
-    <maven.compiler.source>1.8</maven.compiler.source>
-    <maven.compiler.target>1.8</maven.compiler.target>
+    <maven.compiler.source>${target.jdk}</maven.compiler.source>
+    <maven.compiler.target>${target.jdk}</maven.compiler.target>
     <!--
     Publication to the website is a two phase operation:
 

Reply via email to