Skip to content

Commit 1f557b2

Browse files
committed
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.
1 parent e59e82e commit 1f557b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>plexus-archiver</artifactId>
13-
<version>4.2.8-SNAPSHOT</version>
13+
<version>4.3.0-SNAPSHOT</version>
1414
<name>Plexus Archiver Component</name>
1515

1616
<scm>
@@ -31,7 +31,7 @@
3131
</distributionManagement>
3232

3333
<properties>
34-
<javaVersion>7</javaVersion>
34+
<javaVersion>8</javaVersion>
3535
<project.build.outputTimestamp>2022-01-02T11:13:08Z</project.build.outputTimestamp>
3636
</properties>
3737

0 commit comments

Comments
 (0)