Skip to content

Commit

Permalink
Update maven poms to use jna 3.0.9
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/jruby/trunk/jruby@7971 961051c9-f516-0410-bf72-c9f7e237a7b7
  • Loading branch information
vp-of-awesome committed Oct 30, 2008
1 parent 5d7bebc commit e6cc807
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 @@ -66,7 +66,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>3.0.8</version>
<version>3.0.9</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit e6cc807

Please sign in to comment.