Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
JRuby 1.4-specific maven version goof
  • Loading branch information
nicksieger committed Apr 26, 2010
1 parent ea6db6a commit daf9ade
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 @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jruby.embed</groupId>
<artifactId>jruby-embed</artifactId>
<version>1.4.1</version>
<version>0.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven/jruby/pom.xml
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jruby.embed</groupId>
<artifactId>jruby-embed</artifactId>
<version>1.4.1</version>
<version>0.1.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit daf9ade

Please sign in to comment.