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.
force ${tesla.version} for Java 6 compatibility
Browse files Browse the repository at this point in the history
kares committed Dec 2, 2016
1 parent 947adab commit fd4e132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ DO NOT MODIFIY - GENERATED CODE
<plugin>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-maven-plugin</artifactId>
<version>0.1.18</version>
<version>${tesla.version}</version>
<executions>
<execution>
<id>install_gems</id>
@@ -108,7 +108,7 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-ruby</artifactId>
<version>0.1.18</version>
<version>${tesla.version}</version>
</dependency>
</dependencies>
</plugin>

0 comments on commit fd4e132

Please sign in to comment.