Skip to content

Commit c15a2f5

Browse files
committed
Fix maven group id to match the actual deployment
1 parent 9816f9b commit c15a2f5

File tree

1 file changed

+1
-1
lines changed
  • e4tools/bundles/org.eclipse.e4.tools.emf.ui

1 file changed

+1
-1
lines changed

e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<relativePath>../../</relativePath>
2020
</parent>
2121

22-
<groupId>eclipse.platform.ui</groupId>
22+
<groupId>org.eclipse.platform</groupId>
2323
<artifactId>org.eclipse.e4.tools.emf.ui</artifactId>
2424
<version>4.8.600-SNAPSHOT</version>
2525
<packaging>eclipse-plugin</packaging>

0 commit comments

Comments
 (0)