Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-21 01:20:44 +0000
committerPaul Webster2013-02-21 01:20:44 +0000
commit3c008d3db3991553f605615c4aafc49dee6288f0 (patch)
tree718e214d117d47f50bf948cf12dcbbaf05aede1b /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index a6a7cc7d0..b2140fb82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,28 +9,21 @@
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>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../eclipse-parent</relativePath>
</parent>
-
<groupId>eclipse.platform.ua</groupId>
<artifactId>eclipse.platform.ua</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
-
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.ua.git</tycho.scmUrl>
</properties>
-
<modules>
<module>org.eclipse.help</module>
<module>org.eclipse.help.base</module>
@@ -42,7 +35,6 @@
<module>org.eclipse.ui.intro</module>
<module>org.eclipse.ui.intro.universal</module>
</modules>
-
<build>
<plugins>
<plugin>
@@ -66,6 +58,5 @@
</configuration>
</plugin>
</plugins>
- </build>
-
+ </build>
</project>

Back to the top