Skip to content

Commit

Permalink
Make tycho-versions-plugin's version explicit
Browse files Browse the repository at this point in the history
Because:
 - I just faced issues while changing project's version due to Maven using the tycho-versions-plugin 1.3.0
  • Loading branch information
echebbi committed Mar 1, 2020
1 parent 644a424 commit 95d6651
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tycho-version}</version>
</plugin>
<plugin>
<!-- Activate Pitclipse's target platform -->
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 95d6651

Please sign in to comment.