We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b8999 commit f2ebcf5Copy full SHA for f2ebcf5
pom.xml
@@ -80,7 +80,7 @@
80
</pluginRepositories>
81
82
<properties>
83
- <tycho.version>0.18.0</tycho.version>
+ <tycho.version>0.20.0</tycho.version>
84
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
85
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
86
<thymeleaf.plugin-name>thymeleaf-extras-eclipse-plugin</thymeleaf.plugin-name>
@@ -121,6 +121,11 @@
121
</environments>
122
</configuration>
123
</plugin>
124
+ <plugin>
125
+ <groupId>org.eclipse.tycho</groupId>
126
+ <artifactId>tycho-versions-plugin</artifactId>
127
+ <version>${tycho.version}</version>
128
+ </plugin>
129
<plugin>
130
<groupId>org.eclipse.tycho</groupId>
131
<artifactId>tycho-compiler-plugin</artifactId>
0 commit comments