Skip to content

Commit

Permalink
try going down to polyglot version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Dec 4, 2016
1 parent 65d0541 commit 3496397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Expand Up @@ -28,7 +28,7 @@ def initialize( name, version )

properties( 'tesla.dump.pom' => 'pom.xml',
'tesla.dump.readonly' => true,
'tesla.version' => '0.1.8',
'tesla.version' => '0.1.5',
'jruby.plugins.version' => '1.1.2' )

# just depends on jruby-core so we are sure the jruby.jar is in place
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Expand Up @@ -21,7 +21,7 @@ DO NOT MODIFIY - GENERATED CODE
<tesla.dump.readonly>true</tesla.dump.readonly>
<jruby.plugins.version>1.1.2</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<tesla.version>0.1.8</tesla.version>
<tesla.version>0.1.5</tesla.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3496397

Please sign in to comment.