From 4a60719c6a4b0c383b7deb4ff5cc8b94e3b1ba76 Mon Sep 17 00:00:00 2001 From: Christian Meier Date: Wed, 6 May 2015 11:01:35 +0200 Subject: 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 --- Mavenfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mavenfile') 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}' -- cgit v1.2.3