summaryrefslogtreecommitdiff
path: root/Mavenfile
diff options
context:
space:
mode:
authorChristian Meier <m.kristian@web.de>2015-05-06 11:01:35 +0200
committerChristian Meier <m.kristian@web.de>2015-05-06 11:01:35 +0200
commit4a60719c6a4b0c383b7deb4ff5cc8b94e3b1ba76 (patch)
treed39a1fa42833944b935fe1ce4d47fc0e66b2897b /Mavenfile
parente36e98192dcb90bec267fb04000678017f7d1cb0 (diff)
downloadpsych-4a60719c6a4b0c383b7deb4ff5cc8b94e3b1ba76.tar.gz
little ruby-maven related improvements
* pass in the snakeyaml.version via the commandline * use the jruby version which runs rake for the java compilation as well
Diffstat (limited to 'Mavenfile')
-rw-r--r--Mavenfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mavenfile b/Mavenfile
index 93d4348..c077435 100644
--- a/Mavenfile
+++ b/Mavenfile
@@ -1,6 +1,6 @@
#-*- mode: ruby -*-
-pom 'org.jruby:jruby:9.0.0.0.pre1', :scope => :provided
+pom 'org.jruby:jruby:${jruby.version}', :scope => :provided
jar 'org.yaml:snakeyaml:${snakeyaml.version}'