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.help.webapp/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 'org.eclipse.help.webapp/pom.xml')
-rw-r--r--org.eclipse.help.webapp/pom.xml7
1 files changed, 2 insertions, 5 deletions
diff --git a/org.eclipse.help.webapp/pom.xml b/org.eclipse.help.webapp/pom.xml
index 9bbdc3453..5a8209b3e 100644
--- a/org.eclipse.help.webapp/pom.xml
+++ b/org.eclipse.help.webapp/pom.xml
@@ -9,20 +9,17 @@
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.help</groupId>
<artifactId>org.eclipse.help.webapp</artifactId>
<version>3.6.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
-
<build>
<plugins>
<plugin>

Back to the top