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/02/28 17:41:09 UTC

[maven-dependency-plugin] branch MDEP-585 updated: Bump to JDK 7 minimum.

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

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


The following commit(s) were added to refs/heads/MDEP-585 by this push:
     new 8bcb966  Bump to JDK 7 minimum.
8bcb966 is described below

commit 8bcb966e31dc8a0421f18128d1f6ba34c2aa59fd
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Feb 28 18:40:59 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index db58204..0d1eb24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <doxiaVersion>1.4</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
+    <javaVersion>7</javaVersion>
   </properties>
 
   <dependencies>

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