Skip to content

Commit

Permalink
fix maven issues with xtend 2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdu committed Jul 13, 2018
1 parent a639e1a commit bf17cc4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>1.1.0</tycho.version>
<tycho.version>1.2.0</tycho.version>
<tycho-extras-version>${tycho.version}</tycho-extras-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jacoco-maven-version>0.8.0</jacoco-maven-version>
Expand Down Expand Up @@ -279,7 +279,14 @@
<plugin>
<groupId>org.eclipse.xtend</groupId>
<artifactId>xtend-maven-plugin</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
<dependencies>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.10.0</version>
</dependency>
</dependencies>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit bf17cc4

Please sign in to comment.