Skip to content

Commit c8962ad

Browse files
committed
JNAerator: updated version in listRuntime
1 parent ec3927c commit c8962ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/scripts/listRuntime

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ function listFile {
1010
# unzip -l ~/nativelibs4java/BridJ/target/bridj-0.6.jar | sed -E 's/^.*[0-9]+:[0-9]+ +//' | grep '\.' | sort | tee jnaerator/src/main/resources/bridj.jar.files
1111

1212
JNA_VERSION=3.4.0
13-
JNAERATOR_VERSION=0.9.10-SNAPSHOT
14-
BRIDJ_VERSION=0.7-SNAPSHOT
13+
JNAERATOR_VERSION=0.11-SNAPSHOT
14+
BRIDJ_VERSION=0.6.2-SNAPSHOT
1515

1616
listFile ~/.m2/repository/net/java/dev/jna/jna/$JNA_VERSION/jna-$JNA_VERSION.jar jna-runtime.jar.files
1717
listFile jnaerator-runtime/target/jnaerator-runtime-*-shaded.jar jnaerator-runtime.jar.files
18-
listFile ~/nativelibs4java/BridJ/target/bridj-$BRIDJ_VERSION.jar bridj.jar.files
18+
listFile ~/.m2/repository/com/nativelibs4java/bridj/$BRIDJ_VERSION/bridj-$BRIDJ_VERSION.jar bridj.jar.files
1919

0 commit comments

Comments
 (0)