Skip to content

Commit f2ebcf5

Browse files
committed
Update to Tycho 0.20.0, include versions plugin.
1 parent 61b8999 commit f2ebcf5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</pluginRepositories>
8181

8282
<properties>
83-
<tycho.version>0.18.0</tycho.version>
83+
<tycho.version>0.20.0</tycho.version>
8484
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8585
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
8686
<thymeleaf.plugin-name>thymeleaf-extras-eclipse-plugin</thymeleaf.plugin-name>
@@ -121,6 +121,11 @@
121121
</environments>
122122
</configuration>
123123
</plugin>
124+
<plugin>
125+
<groupId>org.eclipse.tycho</groupId>
126+
<artifactId>tycho-versions-plugin</artifactId>
127+
<version>${tycho.version}</version>
128+
</plugin>
124129
<plugin>
125130
<groupId>org.eclipse.tycho</groupId>
126131
<artifactId>tycho-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)