You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/18 18:42:13 UTC

[maven-ejb-plugin] 01/02: [MEJB-133] Upgrade to Java 8

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git

commit fdb287fa8d3f677d4cc23a89e2802cc78d5dd998
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 20:40:53 2022 +0200

    [MEJB-133] Upgrade to Java 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 69dc418..2129a7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <mavenPluginToolsVersion>3.6.4</mavenPluginToolsVersion>
     <project.build.outputTimestamp>2020-06-07T16:20:17Z</project.build.outputTimestamp>
   </properties>