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:34 UTC

[maven-resources-plugin] branch MRESOURCES-283 created (now e8f1ae6)

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

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


      at e8f1ae6  [MRESOURCES-283] - Require Java 8

This branch includes the following new commits:

     new e8f1ae6  [MRESOURCES-283] - Require Java 8

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.



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

Posted by kh...@apache.org.
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>