Skip to content

Commit

Permalink
Update to Tycho 0.20.0, include versions plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Mar 15, 2014
1 parent 61b8999 commit f2ebcf5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</pluginRepositories>

<properties>
<tycho.version>0.18.0</tycho.version>
<tycho.version>0.20.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<thymeleaf.plugin-name>thymeleaf-extras-eclipse-plugin</thymeleaf.plugin-name>
Expand Down Expand Up @@ -121,6 +121,11 @@
</environments>
</configuration>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho.version}</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-compiler-plugin</artifactId>
Expand Down

0 comments on commit f2ebcf5

Please sign in to comment.