You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/05 20:28:18 UTC

[maven-jar-plugin] branch master updated: Change the usage of properties to control javaVersion.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e62592d  Change the usage of properties to control javaVersion.
e62592d is described below

commit e62592db03d8cb6f53840f2a04729806a34b2ef6
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Apr 5 22:28:00 2018 +0200

    Change the usage of properties to control
    javaVersion.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 26f8d5e..7adb4c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,8 +80,7 @@
   <properties>
     <mavenArchiverVersion>3.2.0</mavenArchiverVersion>
     <mavenVersion>3.0</mavenVersion>
-    <maven.compiler.target>1.7</maven.compiler.target>
-    <maven.compiler.source>1.7</maven.compiler.source>
+    <javaVersion>7</javaVersion>
     <surefire.version>2.21.0</surefire.version>
   </properties>
 

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.