Skip to content

Commit

Permalink
Now that 2.0 is released of jnr-ffi the snapshot disappeared
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed Dec 3, 2014
1 parent 84bc523 commit 1c409cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/pom.rb
Expand Up @@ -37,7 +37,7 @@
jar 'com.github.jnr:jnr-unixsocket:0.3'
jar 'com.github.jnr:jnr-posix:3.0.7'
jar 'com.github.jnr:jnr-constants:0.8.6-SNAPSHOT'
jar 'com.github.jnr:jnr-ffi:2.0.0-SNAPSHOT'
jar 'com.github.jnr:jnr-ffi:2.0.0'
jar 'com.github.jnr:jffi:${jffi.version}'
jar 'com.github.jnr:jffi:${jffi.version}:native'

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit 1c409cc

Please sign in to comment.