Skip to content

Instantly share code, notes, and snippets.

/-

Created January 16, 2015 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4065b60bde36a4f1c1ba to your computer and use it in GitHub Desktop.
Save anonymous/4065b60bde36a4f1c1ba to your computer and use it in GitHub Desktop.
BUILDING.md:regular maven uses the the jruby from the installation, i.e. 9.0.0.0.dev. this also means that a regular maven run does not depend under the hood on any other jruby versions from maven central.
VERSION:9.0.0.0.pre1
core/pom.xml: <version>9.0.0.0.pre1</version>
ext/pom.xml: <version>9.0.0.0.dev-SNAPSHOT</version>
ext/readline/pom.xml: <version>9.0.0.0.dev-SNAPSHOT</version>
ext/ripper/pom.xml: <version>9.0.0.0.dev-SNAPSHOT</version>
lib/pom.xml: <version>9.0.0.0.pre1</version>
lib/pom.xml: <version>9.0.0.0.pre1</version>
maven/jruby-complete/pom.xml: <version>9.0.0.0.pre1</version>
maven/jruby-dist/pom.xml: <version>9.0.0.0.pre1</version>
maven/jruby-jars/pom.xml: <version>9.0.0.0.pre1</version>
maven/jruby-jars/pom.xml: <finalName>${project.artifactId}-9.0.0.0.pre1-SNAPSHOT</finalName>
maven/jruby-jars/pom.xml: <ruby.version>9.0.0.0.pre1-SNAPSHOT</ruby.version>
maven/jruby-noasm/pom.xml: <version>9.0.0.0.pre1</version>
maven/jruby-stdlib/pom.xml: <version>9.0.0.0.pre1</version>
maven/jruby/pom.xml: <version>9.0.0.0.pre1</version>
maven/pom.xml: <version>9.0.0.0.pre1</version>
pom.xml: <version>9.0.0.0.pre1</version>
test/pom.xml: <version>9.0.0.0.pre1</version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment