Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2013-08-27 14:44:36 +0000
committerDani Megert2013-08-27 14:44:36 +0000
commit655285f16d025a7f027e5d0e607b929cf86e9769 (patch)
treef4c31f2bd65e4b4bc3039de5bb7d2ce36bb58d4f /org.eclipse.ua.tests/pom.xml
parent217b7c2a648603491b3d552b18f64cbdbca08b81 (diff)
downloadeclipse.platform.ua-655285f16d025a7f027e5d0e607b929cf86e9769.tar.gz
eclipse.platform.ua-655285f16d025a7f027e5d0e607b929cf86e9769.tar.xz
eclipse.platform.ua-655285f16d025a7f027e5d0e607b929cf86e9769.zip
Diffstat (limited to 'org.eclipse.ua.tests/pom.xml')
-rw-r--r--org.eclipse.ua.tests/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.ua.tests/pom.xml b/org.eclipse.ua.tests/pom.xml
index 6120a5ddb..2432425c0 100644
--- a/org.eclipse.ua.tests/pom.xml
+++ b/org.eclipse.ua.tests/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2013 Eclipse Foundation and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -12,9 +12,10 @@
<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>
+ <artifactId>tests-pom</artifactId>
<groupId>eclipse.platform.ua</groupId>
<version>4.4.0-SNAPSHOT</version>
+ <relativePath>../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.ua</groupId>
<artifactId>org.eclipse.ua.tests</artifactId>

Back to the top