Skip to content

Commit

Permalink
Enable tycho-versions-plugin to manage versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Apr 2, 2022
1 parent 7a7e3a5 commit 51f4a22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@

<plugins>

<!-- This plugin sets the version of the current project and child projects with the same version, and updates references as necessary.-->
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tychoVersion}</version>
</plugin>

<!-- This plugin helps finding the latest plugin or dependency versions for your modules. Open up the terminal and execute this command to find the plugin versions you have to update:
mvn versions:display-plugin-updates -->
<plugin>
Expand Down Expand Up @@ -178,6 +185,12 @@

<plugins>

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-versions-plugin</artifactId>
<version>${tychoVersion}</version>
</plugin>

<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
Expand Down

0 comments on commit 51f4a22

Please sign in to comment.