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/05/11 07:39:11 UTC

[maven-invoker-plugin] branch MINVOKER-237 created (now a36000f)

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

khmarbaise pushed a change to branch MINVOKER-237
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git.


      at a36000f  [MINVOKER-237] - Upgrade to JDK 7 minimum.

This branch includes the following new commits:

     new a36000f  [MINVOKER-237] - Upgrade to JDK 7 minimum.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[maven-invoker-plugin] 01/01: [MINVOKER-237] - Upgrade to JDK 7 minimum.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a36000f33d91cd3e0a9acde2e0fe0170ce2d2374
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 11 09:38:59 2018 +0200

    [MINVOKER-237] - Upgrade to JDK 7 minimum.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 6209f04..0efbbb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@ under the License.
   </distributionManagement>
 
   <properties>
+    <javaVersion>7</javaVersion>
     <mavenVersion>3.0</mavenVersion>
     <surefire.version>2.21.0</surefire.version>
     <doxiaVersion>1.7</doxiaVersion>

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