Skip to content

Commit

Permalink
Fix travisci file
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Oct 6, 2019
1 parent 607c441 commit 45a1ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>3.3.0-01</version>
<version>3.5.0-01</version>
<extensions>true</extensions>
</plugin>
<plugin>
Expand All @@ -101,12 +101,12 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-compiler</artifactId>
<version>3.3.0-01</version>
<version>3.5.0-01</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-eclipse-batch</artifactId>
<version>2.5.6-01</version>
<version>2.5.8-02</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit 45a1ba5

Please sign in to comment.