Skip to content

Commit 95d6651

Browse files
committed
Make tycho-versions-plugin's version explicit
Because: - I just faced issues while changing project's version due to Maven using the tycho-versions-plugin 1.3.0
1 parent 644a424 commit 95d6651

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@
6464
<version>${tycho-version}</version>
6565
<extensions>true</extensions>
6666
</plugin>
67+
<plugin>
68+
<groupId>org.eclipse.tycho</groupId>
69+
<artifactId>tycho-versions-plugin</artifactId>
70+
<version>${tycho-version}</version>
71+
</plugin>
6772
<plugin>
6873
<!-- Activate Pitclipse's target platform -->
6974
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)