archrelease: copy trunk to community-any
[ArchLinux/community.git] / junit-system-rules / trunk / junit-system-rules-1.19.0_update-maven-jar-plugin.patch
blobd4e04fe255fb4100e2aa55ab7e4bef708a68a31a
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.
8 ---
9 pom.xml | 4 ++++
10 1 file changed, 4 insertions(+)
12 diff --git a/pom.xml b/pom.xml
13 index e764bd9..596e3cc 100644
14 --- a/pom.xml
15 +++ b/pom.xml
16 @@ -121,6 +121,10 @@
17 <forkMode>always</forkMode>
18 </configuration>
19 </plugin>
20 + <plugin>
21 + <artifactId>maven-jar-plugin</artifactId>
22 + <version>3.2.0</version>
23 + </plugin>
24 </plugins>
25 </build>
27 --
28 2.27.0