Skip to content

Commit

Permalink
Fix maven group id to match the actual deployment
Browse files Browse the repository at this point in the history
- Also fix test bundles and any eclipse-plugin packaging simply for
consistency.
  • Loading branch information
merks committed Jan 12, 2025
1 parent 950ca8a commit cec96e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt</artifactId>
<version>3.129.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion examples/org.eclipse.swt.examples.ole.win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.examples.ole.win32</artifactId>
<version>3.109.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion local-build/org.eclipse.swt.fragments.localbuild/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.fragments.localbuild</artifactId>
<version>3.105.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion tests/org.eclipse.swt.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<version>4.35.0-SNAPSHOT</version>
<relativePath>../../local-build/local-build-parent/</relativePath>
</parent>
<groupId>org.eclipse.swt</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.tests</artifactId>
<version>3.107.700-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Expand Down

0 comments on commit cec96e9

Please sign in to comment.