You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2021/06/17 06:13:25 UTC

[maven-apache-parent] branch master updated: maven.compiler.source=maven.compiler.target by default

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 41bc11c  maven.compiler.source=maven.compiler.target by default
41bc11c is described below

commit 41bc11ca5c3944fff665771d6f9821e2451e8a64
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu Jun 17 08:13:21 2021 +0200

    maven.compiler.source=maven.compiler.target by default
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0be146c..dd5e315 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@ under the License.
     <gpg.useagent>true</gpg.useagent>
     <minimalMavenBuildVersion>3.1.1</minimalMavenBuildVersion>
     <minimalJavaBuildVersion>1.8</minimalJavaBuildVersion>
-    <maven.compiler.source>1.7</maven.compiler.source>
+    <maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
     <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>