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 2022/04/27 16:55:35 UTC

[maven-resources-plugin] 01/01: [MRESOURCES-283] - Require Java 8

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

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

commit e8f1ae63556c765d256de18178fa76bb1c2244c7
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed Apr 27 18:55:23 2022 +0200

    [MRESOURCES-283] - Require Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 74609ce..4b0b22e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
   <properties>
     <mavenFilteringVersion>3.2.0</mavenFilteringVersion>
     <mavenVersion>3.1.0</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <project.build.outputTimestamp>2020-08-05T15:25:21Z</project.build.outputTimestamp>
   </properties>