From 1be3a11cfdc34be8185ee1ee3db62250beef2d28 Mon Sep 17 00:00:00 2001 From: Plamen Totev Date: Sun, 27 Mar 2022 16:27:03 +0300 Subject: [PATCH] Require Java 8 and bump version to 4.3.0-SNAPSHOT Several dependencies are now build using Java 8. Newer version of Plexus IO are build with Java 8, and more importantly the version we use for Common Compress requires Java 8 as well. So essentially you need Java 8 to run Plexus Archiver anyway. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 274e59c5f..c6bc24dd9 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ plexus-archiver - 4.2.8-SNAPSHOT + 4.3.0-SNAPSHOT Plexus Archiver Component @@ -31,7 +31,7 @@ - 7 + 8 2022-01-02T11:13:08Z