Skip to content

Commit

Permalink
Manage version of maven-deploy-plugin
Browse files Browse the repository at this point in the history
It is good style in maven to manage the used plugin versions in the
parent, we already have some there but maven-deploy plugin is currently
missing.
  • Loading branch information
laeubi authored and akurtakov committed Nov 27, 2023
1 parent 2595f43 commit 429bb43
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eclipse-platform-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,11 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 429bb43

Please sign in to comment.