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 <walther@indel.ch>
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 @@
     <!-- versions used for plug-ins below -->
     <tycho-version>1.7.0</tycho-version>
     <maven-resources-version>3.1.0</maven-resources-version>
-    <maven-dependency-version>3.1.1</maven-dependency-version>
+    <maven-dependency-version>3.1.2</maven-dependency-version>
 
     <!-- versions of the EBR plug-in to use -->
     <ebr-version>1.3.0-SNAPSHOT</ebr-version>