Skip to content

Commit

Permalink
Update the default plugin versions sued in tycho lifecycle
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Nov 27, 2023
1 parent 0dda47b commit 67ab44e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@
<ecjVersion>3.35.0</ecjVersion>
<bnd.version>7.0.0</bnd.version>
<!-- these are referenced from src/main/resources/META-INF/plexus/components.xml -->
<resources-plugin.version>2.4.3</resources-plugin.version>
<install-plugin.version>2.3.1</install-plugin.version>
<deploy-plugin.version>2.5</deploy-plugin.version>
<clean-plugin.version>2.4.1</clean-plugin.version>
<resources-plugin.version>3.3.1</resources-plugin.version>
<install-plugin.version>3.1.1</install-plugin.version>
<deploy-plugin.version>3.1.1</deploy-plugin.version>
<clean-plugin.version>3.3.2</clean-plugin.version>
<surefire-plugin.version>${surefire-version}</surefire-plugin.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 67ab44e

Please sign in to comment.