Skip to content

Commit cec96e9

Browse files
committed
Fix maven group id to match the actual deployment
- Also fix test bundles and any eclipse-plugin packaging simply for consistency.
1 parent 950ca8a commit cec96e9

File tree

4 files changed

+4
-4
lines changed
  • bundles/org.eclipse.swt
  • examples/org.eclipse.swt.examples.ole.win32
  • local-build/org.eclipse.swt.fragments.localbuild
  • tests/org.eclipse.swt.tests

4 files changed

+4
-4
lines changed

bundles/org.eclipse.swt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<version>4.35.0-SNAPSHOT</version>
2020
<relativePath>../../</relativePath>
2121
</parent>
22-
<groupId>org.eclipse.swt</groupId>
22+
<groupId>org.eclipse.platform</groupId>
2323
<artifactId>org.eclipse.swt</artifactId>
2424
<version>3.129.0-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>

examples/org.eclipse.swt.examples.ole.win32/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<version>4.35.0-SNAPSHOT</version>
2020
<relativePath>../../</relativePath>
2121
</parent>
22-
<groupId>org.eclipse.swt</groupId>
22+
<groupId>org.eclipse.platform</groupId>
2323
<artifactId>org.eclipse.swt.examples.ole.win32</artifactId>
2424
<version>3.109.200-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>

local-build/org.eclipse.swt.fragments.localbuild/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<version>4.35.0-SNAPSHOT</version>
1818
<relativePath>../../</relativePath>
1919
</parent>
20-
<groupId>org.eclipse.swt</groupId>
20+
<groupId>org.eclipse.platform</groupId>
2121
<artifactId>org.eclipse.swt.fragments.localbuild</artifactId>
2222
<version>3.105.0-SNAPSHOT</version>
2323
<packaging>eclipse-plugin</packaging>

tests/org.eclipse.swt.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<version>4.35.0-SNAPSHOT</version>
2020
<relativePath>../../local-build/local-build-parent/</relativePath>
2121
</parent>
22-
<groupId>org.eclipse.swt</groupId>
22+
<groupId>org.eclipse.platform</groupId>
2323
<artifactId>org.eclipse.swt.tests</artifactId>
2424
<version>3.107.700-SNAPSHOT</version>
2525
<packaging>eclipse-test-plugin</packaging>

0 commit comments

Comments
 (0)