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
  • Loading branch information
merks committed Jan 12, 2025
1 parent 9816f9b commit c15a2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<relativePath>../../</relativePath>
</parent>

<groupId>eclipse.platform.ui</groupId>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.e4.tools.emf.ui</artifactId>
<version>4.8.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit c15a2f5

Please sign in to comment.