Skip to content
Permalink
Browse files
[build] let's see if this is missing bit for travis
  • Loading branch information
mkristian committed Jan 14, 2015
1 parent 2866660 commit 023937a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -6,7 +6,7 @@ packaging 'war'
# get jruby dependencies
properties( 'jruby.version' => '@project.version@',
'jruby.home' => '../../../../../',
'jruby.plugins.version' => '1.0.7',
'jruby.plugins.version' => '1.0.3',
'project.build.sourceEncoding' => 'utf-8',
'public.dir' => '${basedir}/public' )

@@ -10,7 +10,7 @@
<properties>
<jruby.home>../../../../../</jruby.home>
<jruby.version>@project.version@</jruby.version>
<jruby.plugins.version>1.0.7</jruby.plugins.version>
<jruby.plugins.version>1.0.3</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<public.dir>${basedir}/public</public.dir>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>

0 comments on commit 023937a

Please sign in to comment.