Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikaël Barbero2014-08-07 15:51:48 +0000
committerMikaël Barbero2014-08-07 15:51:48 +0000
commit97ee9edf7af26dc58b4f9597f88e3174a1b31904 (patch)
treeff077ed5a3cc8739e237b9cf53bc209921526e06 /plugins/org.eclipse.emf.compare.tests/pom.xml
parent50b4df2e6912c61be754c732419c779455956fbd (diff)
downloadorg.eclipse.emf.compare-97ee9edf7af26dc58b4f9597f88e3174a1b31904.tar.gz
org.eclipse.emf.compare-97ee9edf7af26dc58b4f9597f88e3174a1b31904.tar.xz
org.eclipse.emf.compare-97ee9edf7af26dc58b4f9597f88e3174a1b31904.zip
Create a parent pom for test (decl Jacoco)
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/pom.xml')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/pom.xml b/plugins/org.eclipse.emf.compare.tests/pom.xml
index 4abf78f6b..ec28d1602 100644
--- a/plugins/org.eclipse.emf.compare.tests/pom.xml
+++ b/plugins/org.eclipse.emf.compare.tests/pom.xml
@@ -3,10 +3,10 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>emf.compare-parent</artifactId>
+ <artifactId>emf.compare-test-parent</artifactId>
<groupId>org.eclipse.emf.compare</groupId>
- <version>3.1.0-SNAPSHOT</version>
- <relativePath>../../org.eclipse.emf.compare-parent</relativePath>
+ <version>1.0.0-SNAPSHOT</version>
+ <relativePath>../../org.eclipse.emf.compare-parent/test-parent</relativePath>
</parent>
<groupId>org.eclipse.emf.compare</groupId>
<artifactId>org.eclipse.emf.compare.tests</artifactId>

Back to the top