Skip to content

Commit

Permalink
Bump jffi to 0.4 in maven pom files
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed May 31, 2009
1 parent 016c918 commit 730b52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jffi</artifactId>
<version>0.3</version>
<version>0.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Expand Up @@ -96,7 +96,7 @@
<dependency>
<groupId>org.jruby.extras</groupId>
<artifactId>jffi</artifactId>
<version>0.3</version>
<version>0.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 730b52e

Please sign in to comment.