Skip to content

Commit

Permalink
jnr bump
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Sep 23, 2012
1 parent 4aa8812 commit a5d40a5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
Binary file modified build_lib/jnr-constants.jar
Binary file not shown.
Binary file modified build_lib/jnr-enxio.jar
Binary file not shown.
Binary file modified build_lib/jnr-netdb.jar
Binary file not shown.
Binary file modified build_lib/jnr-posix.jar
Binary file not shown.
Binary file modified build_lib/jnr-unixsocket.jar
Binary file not shown.
10 changes: 5 additions & 5 deletions maven/jruby-core/pom.xml
Expand Up @@ -31,17 +31,17 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.1-SNAPSHOT</version>
<version>0.1</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-posix</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
Expand All @@ -51,7 +51,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-constants</artifactId>
<version>0.8.3</version>
<version>0.8.4</version>
</dependency>
<dependency>
<groupId>org.jruby.jcodings</groupId>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-ffi</artifactId>
<version>0.7.6</version>
<version>0.7.7</version>
<exclusions>
<exclusion>
<groupId>org.ow2.asm</groupId>
Expand Down

1 comment on commit a5d40a5

@mkristian
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no more SNAPSHOTs in jruby-core/pom.xml . . . . when is the release now ? . . . hard to wait until I can use this for real . . .

Please sign in to comment.