Skip to content

Commit

Permalink
Upgrade to jnr-netdb 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vp-of-awesome committed Aug 8, 2011
1 parent 75b5b8e commit 6e5b660
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion maven/jruby-complete/pom.xml
Expand Up @@ -25,7 +25,7 @@
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<scope>${jar.scope}</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby-core/pom.xml
Expand Up @@ -25,7 +25,7 @@
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<scope>${jar.scope}</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Expand Up @@ -25,7 +25,7 @@
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<scope>${jar.scope}</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions maven/pom.xml
Expand Up @@ -61,9 +61,9 @@
<scope>${jar.scope}</scope>
</dependency>
<dependency>
<groupId>org.jruby.extras</groupId>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-netdb</artifactId>
<version>1.0.3</version>
<version>1.0.4</version>
<scope>${jar.scope}</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6e5b660

Please sign in to comment.