From 8e072491b51bf064a7c08f0b88b38478c988f8af Mon Sep 17 00:00:00 2001 From: Christian Walther Date: Sun, 28 Mar 2021 12:56:17 +0200 Subject: [PATCH] Bug 572370: Fix build of JNA 5.6.0 for Linux x86-64. A bug in plexus-archiver caused the built JNA plugin to have libjnidispatch.so for linux-x86-64 in the wrong place. Update maven-dependency-plugin to 3.1.2, which uses plexus-archiver 4.2.2, where the bug is fixed. See also https://github.com/codehaus-plexus/plexus-archiver/pull/167 Change-Id: I8d38918c9adb72122fcc8a9c1980765e011df045 Signed-off-by: Christian Walther --- jna/com.sun.jna_5.6.0/.forceQualifierUpdate | 1 + releng/mavenparent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 jna/com.sun.jna_5.6.0/.forceQualifierUpdate diff --git a/jna/com.sun.jna_5.6.0/.forceQualifierUpdate b/jna/com.sun.jna_5.6.0/.forceQualifierUpdate new file mode 100644 index 0000000..d3efa37 --- /dev/null +++ b/jna/com.sun.jna_5.6.0/.forceQualifierUpdate @@ -0,0 +1 @@ +2021-03-28T22:37:18+00:00 diff --git a/releng/mavenparent/pom.xml b/releng/mavenparent/pom.xml index a5846e4..e011e4f 100644 --- a/releng/mavenparent/pom.xml +++ b/releng/mavenparent/pom.xml @@ -61,7 +61,7 @@ 1.7.0 3.1.0 - 3.1.1 + 3.1.2 1.3.0-SNAPSHOT