1 From 13fd4bb331dae0ae99c97c5b7bdaa7eb7247a57b Mon Sep 17 00:00:00 2001
2 From: Jonas Witschel <diabonas@archlinux.org>
3 Date: Tue, 7 Jul 2020 14:09:37 +0200
4 Subject: [PATCH] Update maven-jar-plugin to version 3.2.0
6 This is the minimal plugin version to support reproducible builds using the
7 "project.build.outputTimestamp" property.
10 1 file changed, 4 insertions(+)
12 diff --git a/pom.xml b/pom.xml
13 index e764bd9..596e3cc 100644
17 <forkMode>always</forkMode>
21 + <artifactId>maven-jar-plugin</artifactId>
22 + <version>3.2.0</version>