Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
seems there's (nolonger) no io.takari.polyglot version 0.1.1
Browse files Browse the repository at this point in the history
kares committed Dec 4, 2016
1 parent fd4e132 commit 65d0541
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.rb
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ def initialize( name, version )

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

# just depends on jruby-core so we are sure the jruby.jar is in place
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
@@ -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.1</tesla.version>
<tesla.version>0.1.8</tesla.version>
</properties>
<dependencies>
<dependency>

0 comments on commit 65d0541

Please sign in to comment.