Skip to content

Commit

Permalink
force ${tesla.version} for Java 6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
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
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit fd4e132

Please sign in to comment.