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 simply for consistency.
  • Loading branch information
merks committed Jan 12, 2025
1 parent 3d2e9c4 commit 81cbdc2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bundles/org.eclipse.releng.tools.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<artifactId>bundles</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.releng</groupId>
<artifactId>org.eclipse.releng.tools.tests</artifactId>
<version>1.1.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
Expand Down
1 change: 0 additions & 1 deletion bundles/org.eclipse.releng.tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
<artifactId>bundles</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.releng</groupId>
<artifactId>org.eclipse.releng.tools</artifactId>
<version>4.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
Expand Down

0 comments on commit 81cbdc2

Please sign in to comment.