Skip to content

Commit 8e07249

Browse files
cwaltherjonahgraham
authored andcommitted
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 codehaus-plexus/plexus-archiver#167 Change-Id: I8d38918c9adb72122fcc8a9c1980765e011df045 Signed-off-by: Christian Walther <[email protected]>
1 parent 9f89b65 commit 8e07249

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021-03-28T22:37:18+00:00

releng/mavenparent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<!-- versions used for plug-ins below -->
6262
<tycho-version>1.7.0</tycho-version>
6363
<maven-resources-version>3.1.0</maven-resources-version>
64-
<maven-dependency-version>3.1.1</maven-dependency-version>
64+
<maven-dependency-version>3.1.2</maven-dependency-version>
6565

6666
<!-- versions of the EBR plug-in to use -->
6767
<ebr-version>1.3.0-SNAPSHOT</ebr-version>

0 commit comments

Comments
 (0)