Skip to content

Commit

Permalink
Get rid of redundant tycho version in pom
Browse files Browse the repository at this point in the history
These are managed thus plugin version is already specified
  • Loading branch information
akurtakov committed Sep 11, 2023
1 parent 6e49205 commit 7abe445
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/tests/org.eclipse.core.tests.resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<dependency-resolution>
<extraRequirements>
Expand All @@ -48,7 +47,6 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-surefire-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>
<useUIHarness>false</useUIHarness>
<useUIThread>false</useUIThread>
Expand Down

0 comments on commit 7abe445

Please sign in to comment.