mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix two modules having the same artifactId and groupId
org.eclipse.cdt.launch.remote and org.eclipse.cdt.launch.remote-feature had the same artifactId and groupId. This made Sonar fail and is probably an oversight anyway. Change-Id: I026e5a67ddd811db75c1b0cb59dcb734fce9f446 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
This commit is contained in:
parent
7320ded57d
commit
ba5e0ca0f5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<groupId>org.eclipse.cdt.features</groupId>
|
||||
<version>8.6.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.launch.remote</artifactId>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
|
|
Loading…
Add table
Reference in a new issue