Skip to content

Commit

Permalink
Cleanup Maven configs
Browse files Browse the repository at this point in the history
* Remove duplicate groupId
* remove duplicate tycho-version setting
* remove useless resolver=p2 setting
  • Loading branch information
akurtakov committed Jan 12, 2024
1 parent 03533f1 commit 69cd8d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bundles/org.eclipse.equinox.security.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
<artifactId>parent</artifactId>
<version>4.31.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.equinox</groupId>
</parent>
<artifactId>org.eclipse.equinox.security.win32.x86_64</artifactId>
<version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand All @@ -32,9 +31,7 @@
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<configuration>
<resolver>p2</resolver>
<environments>
<environment>
<os>win32</os>
Expand Down

0 comments on commit 69cd8d6

Please sign in to comment.