You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2023/04/27 09:36:25 UTC

[commons-statistics] branch master updated: Update JVM target property to use commons parent property

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

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 022ac27  Update JVM target property to use commons parent property
022ac27 is described below

commit 022ac272417dfd3c87631b47288733acc7ac9931
Author: aherbert <ah...@apache.org>
AuthorDate: Thu Apr 27 10:36:18 2023 +0100

    Update JVM target property to use commons parent property
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9c87493..657a1c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <commons.jira.pid>12321632</commons.jira.pid>
     <commons.encoding>UTF-8</commons.encoding>
     <!-- JVM target version, in the newer JDK 9+ format. -->
-    <jvm.target>8</jvm.target>
+    <commons.compiler.release>8</commons.compiler.release>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <!-- Workaround to avoid duplicating config files. -->