Skip to content

Commit

Permalink
use 1.7.12 jruby version as default
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Apr 22, 2014
1 parent 0fd16aa commit 734ddbb
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -36,7 +36,7 @@ public abstract class AbstractJRubyMojo extends AbstractMojo {

protected static final String JRUBY_STDLIB = "jruby-stdlib";

protected static final String DEFAULT_JRUBY_VERSION = "1.7.11";
protected static final String DEFAULT_JRUBY_VERSION = "1.7.12";


/**
Expand Down Expand Up @@ -79,7 +79,7 @@ public abstract class AbstractJRubyMojo extends AbstractMojo {
* local/remote maven repository. it overwrites the jruby version from
* the dependencies if any. i.e. you can easily switch jruby version from the commandline !
* <br/>
* default: 1.7.11
* default: 1.7.12
* <br/>
* Command line -Djruby.version=...
*
Expand Down

0 comments on commit 734ddbb

Please sign in to comment.