From ba5e0ca0f5f29773e3e0323dc6a6997c3b43825c Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 21 Apr 2015 17:22:15 -0400 Subject: [PATCH] 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 --- cross/org.eclipse.cdt.launch.remote-feature/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml index cce8287cae1..2968f76870c 100644 --- a/cross/org.eclipse.cdt.launch.remote-feature/pom.xml +++ b/cross/org.eclipse.cdt.launch.remote-feature/pom.xml @@ -11,6 +11,7 @@ ../../pom.xml + org.eclipse.cdt.features 8.6.0-SNAPSHOT org.eclipse.cdt.launch.remote eclipse-feature