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/03/22 20:59:09 UTC

[maven-source-plugin] branch MSOURCES-111 updated: Forced update to JDK 7

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

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


The following commit(s) were added to refs/heads/MSOURCES-111 by this push:
     new d911a6d  Forced update to JDK 7
d911a6d is described below

commit d911a6d685f1a41c7e5533534caab79d5745434b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 22 21:58:46 2018 +0100

    Forced update to JDK 7
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 61d85f3..3c50001 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,7 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
   </properties>
 

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