From c954a7e8fed86efc554e401361f88cdbf4109267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sat, 14 Dec 2019 15:21:28 +0100 Subject: [PATCH] make build as reproducible as possible for now --- pom.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/pom.xml b/pom.xml index 014e775..f409e62 100644 --- a/pom.xml +++ b/pom.xml @@ -81,6 +81,7 @@ under the License. 7 3.0 + 2019-12-08T19:56:05Z @@ -155,6 +156,27 @@ under the License. + + + + + maven-source-plugin + 3.2.0 + + + maven-jar-plugin + 3.2.0 + + + maven-assembly-plugin + 3.2.0 + + + maven-release-plugin + 3.0.0-M1 + + +