Skip to content

Commit

Permalink
Merge pull request #1070 from lf-lang/tycho-versions
Browse files Browse the repository at this point in the history
Enable tycho-versions-plugin to manage versioning
  • Loading branch information
lhstrh authored Apr 2, 2022
2 parents 1cb92b6 + 51f4a22 commit e7b3c40
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 e7b3c40

Please sign in to comment.