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/03/24 19:33:13 UTC

[maven-shade-plugin] branch MSHADE-393 created (now 3327341)

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

khmarbaise pushed a change to branch MSHADE-393
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git.


      at 3327341  [MSHADE-393] - Upgrade project from Java 7 to 8

This branch includes the following new commits:

     new 3327341  [MSHADE-393] - Upgrade project from Java 7 to 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-shade-plugin] 01/01: [MSHADE-393] - Upgrade project from Java 7 to 8

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

khmarbaise pushed a commit to branch MSHADE-393
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git

commit 33273411d30377773bc866bba46ec5f2fc39e60b
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 24 20:33:04 2022 +0100

    [MSHADE-393] - Upgrade project from Java 7 to 8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ec7e5a..8496980 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
 
   <properties>
     <mavenVersion>3.1.1</mavenVersion>
-    <javaVersion>7</javaVersion>
+    <javaVersion>8</javaVersion>
     <sisu.version>0.3.5</sisu.version>
     <currentVersion>${project.version}</currentVersion>
     <asmVersion>9.2</asmVersion>