Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-02-26 11:45:11 +0000
committerPaul Webster2013-02-26 11:45:11 +0000
commitc858ae971cfb40f323f7ea0d183770be1dc3103b (patch)
tree8c16072cd68c74275a2759820538d01a14f94c0b
parent43b1a2b4016975dcd22b2d8d18048ef521cd29da (diff)
downloadeclipse.platform.ua-c858ae971cfb40f323f7ea0d183770be1dc3103b.tar.gz
eclipse.platform.ua-c858ae971cfb40f323f7ea0d183770be1dc3103b.tar.xz
eclipse.platform.ua-c858ae971cfb40f323f7ea0d183770be1dc3103b.zip
Need to do the eclipse-test-plugins as well Change-Id: I347445d459e3ff4da8d7f732767d090cb6e79d2e
-rw-r--r--org.eclipse.ua.tests/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.ua.tests/pom.xml b/org.eclipse.ua.tests/pom.xml
index 41cb1d98a..1c9d5885e 100644
--- a/org.eclipse.ua.tests/pom.xml
+++ b/org.eclipse.ua.tests/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.ua</groupId>
<artifactId>org.eclipse.ua.tests</artifactId>
<version>3.3.600-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>

Back to the top