Skip to content

Commit 1c409cc

Browse files
committed
Now that 2.0 is released of jnr-ffi the snapshot disappeared
1 parent 84bc523 commit 1c409cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
jar 'com.github.jnr:jnr-unixsocket:0.3'
3838
jar 'com.github.jnr:jnr-posix:3.0.7'
3939
jar 'com.github.jnr:jnr-constants:0.8.6-SNAPSHOT'
40-
jar 'com.github.jnr:jnr-ffi:2.0.0-SNAPSHOT'
40+
jar 'com.github.jnr:jnr-ffi:2.0.0'
4141
jar 'com.github.jnr:jffi:${jffi.version}'
4242
jar 'com.github.jnr:jffi:${jffi.version}:native'
4343

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.github.jnr</groupId>
8383
<artifactId>jnr-ffi</artifactId>
84-
<version>2.0.0-SNAPSHOT</version>
84+
<version>2.0.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>com.github.jnr</groupId>

0 commit comments

Comments
 (0)