Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-21 01:20:44 +0000
committerPaul Webster2013-02-21 01:20:44 +0000
commit3c008d3db3991553f605615c4aafc49dee6288f0 (patch)
tree718e214d117d47f50bf948cf12dcbbaf05aede1b /org.eclipse.ui.intro.universal
parent8a96207dd332c72a00d9b6b33f12a28eedbd84a7 (diff)
downloadeclipse.platform.ua-3c008d3db3991553f605615c4aafc49dee6288f0.tar.gz
eclipse.platform.ua-3c008d3db3991553f605615c4aafc49dee6288f0.tar.xz
eclipse.platform.ua-3c008d3db3991553f605615c4aafc49dee6288f0.zip
Bug 397850 - [CBI] use the correct group IDs for all artifactsv20130221-012044I20130224-2000I20130223-1500I20130222-2000
Set groupId to 3 segments
Diffstat (limited to 'org.eclipse.ui.intro.universal')
-rw-r--r--org.eclipse.ui.intro.universal/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.ui.intro.universal/pom.xml b/org.eclipse.ui.intro.universal/pom.xml
index 602752539..82d540b8b 100644
--- a/org.eclipse.ui.intro.universal/pom.xml
+++ b/org.eclipse.ui.intro.universal/pom.xml
@@ -9,16 +9,14 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.platform.ua</artifactId>
<groupId>eclipse.platform.ua</groupId>
<version>3.8.0-SNAPSHOT</version>
</parent>
- <groupId>eclipse.platform.ua</groupId>
+ <groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.ui.intro.universal</artifactId>
<version>3.2.600-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

Back to the top