From 3f7070eaaaf5a5a54f043422c74db9b3da9e8ef8 Mon Sep 17 00:00:00 2001 From: Ed Merks Date: Sun, 12 Jan 2025 16:09:03 +0100 Subject: [PATCH] Fix maven group id to match the actual deployment - Also fix test bundles and examples for simply for consistency. --- team/tests/org.eclipse.core.tests.net/pom.xml | 1 - team/tests/org.eclipse.jsch.tests/pom.xml | 1 - team/tests/org.eclipse.team.tests.core/pom.xml | 1 - ua/org.eclipse.help.base/pom.xml | 2 +- ua/org.eclipse.help.webapp/pom.xml | 2 +- ua/org.eclipse.help/pom.xml | 2 +- ua/org.eclipse.ua.tests.doc/pom.xml | 2 +- ua/org.eclipse.ua.tests/pom.xml | 2 +- ua/org.eclipse.ui.cheatsheets/pom.xml | 2 +- ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml | 2 +- ua/org.eclipse.ui.intro.solstice.examples/pom.xml | 2 +- ua/org.eclipse.ui.intro/pom.xml | 2 +- 12 files changed, 9 insertions(+), 12 deletions(-) diff --git a/team/tests/org.eclipse.core.tests.net/pom.xml b/team/tests/org.eclipse.core.tests.net/pom.xml index cb20d509d98..4b7d75b00bf 100644 --- a/team/tests/org.eclipse.core.tests.net/pom.xml +++ b/team/tests/org.eclipse.core.tests.net/pom.xml @@ -16,7 +16,6 @@ eclipse.platform.team.tests 4.35.0-SNAPSHOT - org.eclipse.core org.eclipse.core.tests.net 1.6.400-SNAPSHOT eclipse-test-plugin diff --git a/team/tests/org.eclipse.jsch.tests/pom.xml b/team/tests/org.eclipse.jsch.tests/pom.xml index 1d35a2bbf09..1c03c3cf63c 100644 --- a/team/tests/org.eclipse.jsch.tests/pom.xml +++ b/team/tests/org.eclipse.jsch.tests/pom.xml @@ -16,7 +16,6 @@ eclipse.platform.team.tests 4.35.0-SNAPSHOT - org.eclipse.jsch org.eclipse.jsch.tests 1.6.400-SNAPSHOT eclipse-plugin diff --git a/team/tests/org.eclipse.team.tests.core/pom.xml b/team/tests/org.eclipse.team.tests.core/pom.xml index 674922504bc..7f3f654bec4 100644 --- a/team/tests/org.eclipse.team.tests.core/pom.xml +++ b/team/tests/org.eclipse.team.tests.core/pom.xml @@ -16,7 +16,6 @@ eclipse.platform.team.tests 4.35.0-SNAPSHOT - org.eclipse.team org.eclipse.team.tests.core 3.10.500-SNAPSHOT eclipse-test-plugin diff --git a/ua/org.eclipse.help.base/pom.xml b/ua/org.eclipse.help.base/pom.xml index 6132f9e67a8..2c41841cbce 100644 --- a/ua/org.eclipse.help.base/pom.xml +++ b/ua/org.eclipse.help.base/pom.xml @@ -16,7 +16,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.help + org.eclipse.platform org.eclipse.help.base 4.5.0-SNAPSHOT eclipse-plugin diff --git a/ua/org.eclipse.help.webapp/pom.xml b/ua/org.eclipse.help.webapp/pom.xml index be9914204c8..0158e743bac 100644 --- a/ua/org.eclipse.help.webapp/pom.xml +++ b/ua/org.eclipse.help.webapp/pom.xml @@ -16,7 +16,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.help + org.eclipse.platform org.eclipse.help.webapp 3.12.0-SNAPSHOT eclipse-plugin diff --git a/ua/org.eclipse.help/pom.xml b/ua/org.eclipse.help/pom.xml index d5e7e3b3659..987dee645d5 100644 --- a/ua/org.eclipse.help/pom.xml +++ b/ua/org.eclipse.help/pom.xml @@ -16,7 +16,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.help + org.eclipse.platform org.eclipse.help 3.10.400-SNAPSHOT eclipse-plugin diff --git a/ua/org.eclipse.ua.tests.doc/pom.xml b/ua/org.eclipse.ua.tests.doc/pom.xml index 2f765097b5b..2d730f38031 100644 --- a/ua/org.eclipse.ua.tests.doc/pom.xml +++ b/ua/org.eclipse.ua.tests.doc/pom.xml @@ -17,7 +17,7 @@ 4.35.0-SNAPSHOT ../tests-pom/ - org.eclipse.ua + org.eclipse.platform org.eclipse.ua.tests.doc 1.3.0-SNAPSHOT eclipse-test-plugin diff --git a/ua/org.eclipse.ua.tests/pom.xml b/ua/org.eclipse.ua.tests/pom.xml index 05d9546f692..9cf8676ed23 100644 --- a/ua/org.eclipse.ua.tests/pom.xml +++ b/ua/org.eclipse.ua.tests/pom.xml @@ -17,7 +17,7 @@ 4.35.0-SNAPSHOT ../tests-pom/ - org.eclipse.ua + org.eclipse.platform org.eclipse.ua.tests 3.7.0-SNAPSHOT eclipse-test-plugin diff --git a/ua/org.eclipse.ui.cheatsheets/pom.xml b/ua/org.eclipse.ui.cheatsheets/pom.xml index dc298cad0ac..a533e0c8687 100644 --- a/ua/org.eclipse.ui.cheatsheets/pom.xml +++ b/ua/org.eclipse.ui.cheatsheets/pom.xml @@ -17,7 +17,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.ui + org.eclipse.platform org.eclipse.ui.cheatsheets 3.8.500-SNAPSHOT eclipse-plugin diff --git a/ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml b/ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml index 442a7108e3a..2b592d299dc 100644 --- a/ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml +++ b/ua/org.eclipse.ui.intro.quicklinks.examples/pom.xml @@ -17,7 +17,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.ui + org.eclipse.platform org.eclipse.ui.intro.quicklinks.examples 1.3.100-SNAPSHOT eclipse-plugin diff --git a/ua/org.eclipse.ui.intro.solstice.examples/pom.xml b/ua/org.eclipse.ui.intro.solstice.examples/pom.xml index fb5348a2864..9b6dd975ecd 100644 --- a/ua/org.eclipse.ui.intro.solstice.examples/pom.xml +++ b/ua/org.eclipse.ui.intro.solstice.examples/pom.xml @@ -17,7 +17,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.ui + org.eclipse.platform org.eclipse.ui.intro.solstice.examples 1.3.100-SNAPSHOT eclipse-plugin diff --git a/ua/org.eclipse.ui.intro/pom.xml b/ua/org.eclipse.ui.intro/pom.xml index fa10251e9df..e77619ec5fa 100644 --- a/ua/org.eclipse.ui.intro/pom.xml +++ b/ua/org.eclipse.ui.intro/pom.xml @@ -16,7 +16,7 @@ eclipse.platform.ua 4.35.0-SNAPSHOT - org.eclipse.ui + org.eclipse.platform org.eclipse.ui.intro 3.7.500-SNAPSHOT eclipse-plugin