Skip to content

Commit

Permalink
Bug 572370: Fix build of JNA 5.6.0 for Linux x86-64.
Browse files Browse the repository at this point in the history
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 <walther@indel.ch>
  • Loading branch information
cwalther authored and jonahgraham committed Mar 28, 2021
1 parent 9f89b65 commit 8e07249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jna/com.sun.jna_5.6.0/.forceQualifierUpdate
@@ -0,0 +1 @@
2021-03-28T22:37:18+00:00
2 changes: 1 addition & 1 deletion releng/mavenparent/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 8e07249

Please sign in to comment.